#429952

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

Shades of Chateau Green #429952

Tints of Chateau Green #429952

Color information

#429952 (or 0x429952) is unknown color: approx Chateau Green. HEX triplet: 42, 99 and 52. RGB value is (66,153,82). Sum of RGB (Red+Green+Blue) = 66+153+82=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #429952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429952 is #BD66AD. Grayscale: #777777. Windows color (decimal): -12412590 or 5413186. OLE color: 5413186.

HSL color Cylindrical-coordinate representation of color #429952: hue angle of 131.03º degrees, saturation: 0.4, 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 #429952 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB6615382-
CMYK0.5700.460.4
HSL131.03º39.73%42.94%-
HSV(B)131.03º56.86%60%-
XYZ15.1624.5511.92-
YUV118.89107.1890.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=21.93%
G=50.83%
B=27.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153820.5700.460.4131.0339.7342.94
Hex4299523902E2883282b
Octal10223112271056502035053
Binary1000010100110011010010111001010111010100010000011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429952; }

 p { color: rgb(66,153,82); }

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

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

 a { background-color: rgb(66,153,82); }

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

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

 span { border-color: rgb(66,153,82); }

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