#42AA60

Color #42AA60 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #42AA60

Tints of Chateau Green #42AA60

Color information

#42AA60 (or 0x42AA60) is unknown color: approx Chateau Green. HEX triplet: 42, AA and 60. RGB value is (66,170,96). Sum of RGB (Red+Green+Blue) = 66+170+96=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA60 is #BD559F. Grayscale: #828282. Windows color (decimal): -12408224 or 6335042. OLE color: 6335042.

HSL color Cylindrical-coordinate representation of color #42AA60: hue angle of 137.31º 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 #42AA60 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB6617096-
CMYK0.6100.440.33
HSL137.31º44.07%46.27%-
HSV(B)137.31º61.18%66.67%-
XYZ18.7330.7516.01-
YUV130.47108.5482.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=19.88%
G=51.20%
B=28.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66170960.6100.440.33137.3144.0746.27
Hex42AA603D02C21892c2e
Octal10225214075054412115456
Binary1000010101010101100000111101010110010000110001001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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