#429860

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

Shades of Chateau Green #429860

Tints of Chateau Green #429860

Color information

#429860 (or 0x429860) is unknown color: approx Chateau Green. HEX triplet: 42, 98 and 60. RGB value is (66,152,96). Sum of RGB (Red+Green+Blue) = 66+152+96=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #429860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429860 is #BD679F. Grayscale: #787878. Windows color (decimal): -12412832 or 6330434. OLE color: 6330434.

HSL color Cylindrical-coordinate representation of color #429860: hue angle of 140.93º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429860 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB6615296-
CMYK0.5700.370.40
HSL140.93º39.45%42.75%-
HSV(B)140.93º56.58%59.61%-
XYZ15.5924.4614.97-
YUV119.9114.5189.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=21.02%
G=48.41%
B=30.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152960.5700.370.40140.9339.4542.75
Hex42986039025288d272b
Octal10223014071045502154753
Binary1000010100110001100000111001010010110100010001101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429860; }

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

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

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

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

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

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

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

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