#429152

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

Shades of Chateau Green #429152

Tints of Chateau Green #429152

Color information

#429152 (or 0x429152) is unknown color: approx Chateau Green. HEX triplet: 42, 91 and 52. RGB value is (66,145,82). Sum of RGB (Red+Green+Blue) = 66+145+82=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #429152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429152 is #BD6EAD. Grayscale: #727272. Windows color (decimal): -12414638 or 5411138. OLE color: 5411138.

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

Color convert

RGB6614582-
CMYK0.5400.430.43
HSL132.15º37.44%41.37%-
HSV(B)132.15º54.48%56.86%-
XYZ13.922.0211.5-
YUV114.2109.8393.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=22.53%
G=49.49%
B=27.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145820.5400.430.43132.1537.4441.37
Hex4291523602B2B842529
Octal10222112266053532044551
Binary1000010100100011010010110110010101110101110000100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429152; }

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

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

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

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

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

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

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

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