#42AA5A

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

Shades of Chateau Green #42AA5A

Tints of Chateau Green #42AA5A

Color information

#42AA5A (or 0x42AA5A) is unknown color: approx Chateau Green. HEX triplet: 42, AA and 5A. RGB value is (66,170,90). Sum of RGB (Red+Green+Blue) = 66+170+90=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA5A is #BD55A5. Grayscale: #828282. Windows color (decimal): -12408230 or 5941826. OLE color: 5941826.

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

Color convert

RGB6617090-
CMYK0.6100.470.33
HSL133.85º44.07%46.27%-
HSV(B)133.85º61.18%66.67%-
XYZ18.4730.6514.61-
YUV129.78105.5482.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=20.25%
G=52.15%
B=27.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66170900.6100.470.33133.8544.0746.27
Hex42AA5A3D02F21862c2e
Octal10225213275057412065456
Binary1000010101010101011010111101010111110000110000110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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