#42AA4D

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

Shades of Fruit Salad #42AA4D

Tints of Fruit Salad #42AA4D

Color information

#42AA4D (or 0x42AA4D) is unknown color: approx Fruit Salad. HEX triplet: 42, AA and 4D. RGB value is (66,170,77). Sum of RGB (Red+Green+Blue) = 66+170+77=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA4D is #BD55B2. Grayscale: #808080. Windows color (decimal): -12408243 or 5089858. OLE color: 5089858.

HSL color Cylindrical-coordinate representation of color #42AA4D: hue angle of 126.35º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AA4D is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB6617077-
CMYK0.6100.550.33
HSL126.35º44.07%46.27%-
HSV(B)126.35º61.18%66.67%-
XYZ17.9630.4411.95-
YUV128.399.0483.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 170 (66.80% from 255) = 54.31%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=21.09%
G=54.31%
B=24.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66170770.6100.550.33126.3544.0746.27
Hex42AA4D3D037217e2c2e
Octal10225211575067411765456
Binary100001010101010100110111110101101111000011111110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AA4D; }

 p { color: rgb(66,170,77); }

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

<style>
 a { background-color: #42AA4D; }

 a { background-color: rgb(66,170,77); }

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

<style>
 span { border-color: #42AA4D; }

 span { border-color: rgb(66,170,77); }

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