#429251

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

Shades of Chateau Green #429251

Tints of Chateau Green #429251

Color information

#429251 (or 0x429251) is unknown color: approx Chateau Green. HEX triplet: 42, 92 and 51. RGB value is (66,146,81). Sum of RGB (Red+Green+Blue) = 66+146+81=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #429251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429251 is #BD6DAE. Grayscale: #727272. Windows color (decimal): -12414383 or 5345858. OLE color: 5345858.

HSL color Cylindrical-coordinate representation of color #429251: hue angle of 131.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429251 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB6614681-
CMYK0.5500.450.43
HSL131.25º37.74%41.57%-
HSV(B)131.25º54.79%57.25%-
XYZ14.0122.3111.35-
YUV114.6710993.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=22.53%
G=49.83%
B=27.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146810.5500.450.43131.2537.7441.57
Hex4292513702D2B83262a
Octal10222212167055532034652
Binary1000010100100101010001110111010110110101110000011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429251; }

 p { color: rgb(66,146,81); }

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

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

 a { background-color: rgb(66,146,81); }

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

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

 span { border-color: rgb(66,146,81); }

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