#429254

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

Shades of Chateau Green #429254

Tints of Chateau Green #429254

Color information

#429254 (or 0x429254) is unknown color: approx Chateau Green. HEX triplet: 42, 92 and 54. RGB value is (66,146,84). Sum of RGB (Red+Green+Blue) = 66+146+84=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #429254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429254 is #BD6DAB. Grayscale: #737373. Windows color (decimal): -12414380 or 5542466. OLE color: 5542466.

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

Color convert

RGB6614684-
CMYK0.5500.420.43
HSL133.5º37.74%41.57%-
HSV(B)133.5º54.79%57.25%-
XYZ14.1322.3611.96-
YUV115.01110.593.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=22.30%
G=49.32%
B=28.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66146840.5500.420.43133.537.7441.57
Hex4292543702A2B86262a
Octal10222212467052532064652
Binary1000010100100101010100110111010101010101110000110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429254; }

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

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

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

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

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

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

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

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