#429352

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

Shades of Chateau Green #429352

Tints of Chateau Green #429352

Color information

#429352 (or 0x429352) is unknown color: approx Chateau Green. HEX triplet: 42, 93 and 52. RGB value is (66,147,82). Sum of RGB (Red+Green+Blue) = 66+147+82=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #429352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429352 is #BD6CAD. Grayscale: #737373. Windows color (decimal): -12414126 or 5411650. OLE color: 5411650.

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

Color convert

RGB6614782-
CMYK0.5500.440.42
HSL131.85º38.03%41.76%-
HSV(B)131.85º55.1%57.65%-
XYZ14.222.6311.6-
YUV115.37109.1692.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=22.37%
G=49.83%
B=27.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147820.5500.440.42131.8538.0341.76
Hex4293523702C2A84262a
Octal10222312267054522044652
Binary1000010100100111010010110111010110010101010000100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429352; }

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

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

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

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

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

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

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

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