#42A456

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

Shades of Chateau Green #42A456

Tints of Chateau Green #42A456

Color information

#42A456 (or 0x42A456) is unknown color: approx Chateau Green. HEX triplet: 42, A4 and 56. RGB value is (66,164,86). Sum of RGB (Red+Green+Blue) = 66+164+86=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #42A456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A456 is #BD5BA9. Grayscale: #7E7E7E. Windows color (decimal): -12409770 or 5678146. OLE color: 5678146.

HSL color Cylindrical-coordinate representation of color #42A456: hue angle of 132.24º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A456 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB6616486-
CMYK0.6000.480.36
HSL132.24º42.61%45.1%-
HSV(B)132.24º59.76%64.31%-
XYZ17.228.3813.38-
YUV125.81105.5385.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.89%
GREEN value IS 164 (64.45% from 255) = 51.90%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=20.89%
G=51.90%
B=27.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66164860.6000.480.36132.2442.6145.1
Hex42A4563C03024842b2d
Octal10224412674060442045355
Binary1000010101001001010110111100011000010010010000100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,164,86); }

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

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

 a { background-color: rgb(66,164,86); }

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

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

 span { border-color: rgb(66,164,86); }

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