#429F53

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

Shades of Chateau Green #429F53

Tints of Chateau Green #429F53

Color information

#429F53 (or 0x429F53) is unknown color: approx Chateau Green. HEX triplet: 42, 9F and 53. RGB value is (66,159,83). Sum of RGB (Red+Green+Blue) = 66+159+83=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #429F53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F53 is #BD60AC. Grayscale: #7A7A7A. Windows color (decimal): -12411053 or 5480258. OLE color: 5480258.

HSL color Cylindrical-coordinate representation of color #429F53: hue angle of 130.97º 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 #429F53 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB6615983-
CMYK0.5800.480.38
HSL130.97º41.33%44.12%-
HSV(B)130.97º58.49%62.35%-
XYZ16.2126.5812.46-
YUV122.53105.6987.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=21.43%
G=51.62%
B=26.95%

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
Decimal66159830.5800.480.38130.9741.3344.12
Hex429F533A0302683292c
Octal10223712372060462035154
Binary1000010100111111010011111010011000010011010000011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,159,83); }

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

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

 a { background-color: rgb(66,159,83); }

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

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

 span { border-color: rgb(66,159,83); }

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