#4AAB3D

Color #4AAB3D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4AAB3D

Tints of Fruit Salad #4AAB3D

Color information

#4AAB3D (or 0x4AAB3D) is unknown color: approx Fruit Salad. HEX triplet: 4A, AB and 3D. RGB value is (74,171,61). Sum of RGB (Red+Green+Blue) = 74+171+61=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB3D is #B554C2. Grayscale: #818181. Windows color (decimal): -11883715 or 4041546. OLE color: 4041546.

HSL color Cylindrical-coordinate representation of color #4AAB3D: hue angle of 112.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AAB3D is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB7417161-
CMYK0.5700.640.33
HSL112.91º47.41%45.49%-
HSV(B)112.91º64.33%67.06%-
XYZ18.2330.929.42-
YUV129.4689.3688.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 24.18%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 61 (24.22% from 255) = 19.93%
R=24.18%
G=55.88%
B=19.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74171610.5700.640.33112.9147.4145.49
Hex4AAB3D3904021712f2d
Octal11225375710100411615755
Binary100101010101011111101111001010000001000011110001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AAB3D; }

 p { color: rgb(74,171,61); }

 H1.HeaderClassName
 {
   color: #4AAB3D;
 }
 .AnyTagClassName
 {
   color: #4AAB3D;
 }
</style>
background-color css

<style>
 a { background-color: #4AAB3D; }

 a { background-color: rgb(74,171,61); }

 div.DivClassName
 {
   background-color: #4AAB3D;
 }
 .BgClassName
 {
   background-color: #4AAB3D;
 }
</style>
border-color css

<style>
 span { border-color: #4AAB3D; }

 span { border-color: rgb(74,171,61); }

 td.TdClassName
 {
   border-color: #4AAB3D;
 }
 .TagClassName
 {
   border-color: #4AAB3D;
 }
</style>