#42AA58

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

Shades of Chateau Green #42AA58

Tints of Chateau Green #42AA58

Color information

#42AA58 (or 0x42AA58) is unknown color: approx Chateau Green. HEX triplet: 42, AA and 58. RGB value is (66,170,88). Sum of RGB (Red+Green+Blue) = 66+170+88=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA58 is #BD55A7. Grayscale: #818181. Windows color (decimal): -12408232 or 5810754. OLE color: 5810754.

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

Color convert

RGB6617088-
CMYK0.6100.480.33
HSL132.69º44.07%46.27%-
HSV(B)132.69º61.18%66.67%-
XYZ18.3830.6114.17-
YUV129.56104.5482.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 170 (66.80% from 255) = 52.47%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=20.37%
G=52.47%
B=27.16%

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
Decimal66170880.6100.480.33132.6944.0746.27
Hex42AA583D03021852c2e
Octal10225213075060412055456
Binary1000010101010101011000111101011000010000110000101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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