#42aa59

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

Shades of Chateau Green #42AA59

Tints of Chateau Green #42AA59

Color information

#42AA59 (or 0x42AA59) is unknown color: approx Chateau Green. HEX triplet: 42, AA and 59. RGB value is (66,170,89). Sum of RGB (Red+Green+Blue) = 66+170+89=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA59 is #BD55A6. Grayscale: #818181. Windows color (decimal): -12408231 or 5876290. OLE color: 5876290.

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

Color convert

RGB6617089-
CMYK0.6100.480.33
HSL133.27º44.07%46.27%-
HSV(B)133.27º61.18%66.67%-
XYZ18.4230.6314.39-
YUV129.67105.0482.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=20.31%
G=52.31%
B=27.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66170890.6100.480.33133.2744.0746.27
Hex42AA593D03021852c2e
Octal10225213175060412055456
Binary1000010101010101011001111101011000010000110000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42aa59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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