#429150

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

Shades of Chateau Green #429150

Tints of Chateau Green #429150

Color information

#429150 (or 0x429150) is unknown color: approx Chateau Green. HEX triplet: 42, 91 and 50. RGB value is (66,145,80). Sum of RGB (Red+Green+Blue) = 66+145+80=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #429150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429150 is #BD6EAF. Grayscale: #727272. Windows color (decimal): -12414640 or 5280066. OLE color: 5280066.

HSL color Cylindrical-coordinate representation of color #429150: hue angle of 130.63º 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 #429150 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB6614580-
CMYK0.5400.450.43
HSL130.63º37.44%41.37%-
HSV(B)130.63º54.48%56.86%-
XYZ13.8221.9911.11-
YUV113.97108.8393.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 80 (31.64% from 255) = 27.49%
R=22.68%
G=49.83%
B=27.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66145800.5400.450.43130.6337.4441.37
Hex4291503602D2B832529
Octal10222112066055532034551
Binary1000010100100011010000110110010110110101110000011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429150; }

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

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

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

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

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

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

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

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