#429D52

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

Shades of Chateau Green #429D52

Tints of Chateau Green #429D52

Color information

#429D52 (or 0x429D52) is unknown color: approx Chateau Green. HEX triplet: 42, 9D and 52. RGB value is (66,157,82). Sum of RGB (Red+Green+Blue) = 66+157+82=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 157 (61.72% from 255 or 51.48% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 157 - color contains mainly: green. Hex color #429D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D52 is #BD62AD. Grayscale: #797979. Windows color (decimal): -12411566 or 5414210. OLE color: 5414210.

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

Color convert

RGB6615782-
CMYK0.5800.480.38
HSL130.55º40.81%43.73%-
HSV(B)130.55º57.96%61.57%-
XYZ15.8325.8812.14-
YUV121.24105.8588.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 157 (61.72% from 255) = 51.48%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=21.64%
G=51.48%
B=26.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66157820.5800.480.38130.5540.8143.73
Hex429D523A0302683292c
Octal10223512272060462035154
Binary1000010100111011010010111010011000010011010000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429D52; }

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

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

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

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

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

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

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

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