#429852

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

Shades of Chateau Green #429852

Tints of Chateau Green #429852

Color information

#429852 (or 0x429852) is unknown color: approx Chateau Green. HEX triplet: 42, 98 and 52. RGB value is (66,152,82). Sum of RGB (Red+Green+Blue) = 66+152+82=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #429852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429852 is #BD67AD. Grayscale: #767676. Windows color (decimal): -12412846 or 5412930. OLE color: 5412930.

HSL color Cylindrical-coordinate representation of color #429852: hue angle of 131.16º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429852 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB6615282-
CMYK0.5700.460.40
HSL131.16º39.45%42.75%-
HSV(B)131.16º56.58%59.61%-
XYZ1524.2211.87-
YUV118.31107.5190.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 152 (59.77% from 255) = 50.67%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=22%
G=50.67%
B=27.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66152820.5700.460.40131.1639.4542.75
Hex4298523902E2883272b
Octal10223012271056502034753
Binary1000010100110001010010111001010111010100010000011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429852; }

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

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

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

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

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

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

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

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