#529D63

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

Shades of Chateau Green #529D63

Tints of Chateau Green #529D63

Color information

#529D63 (or 0x529D63) is unknown color: approx Chateau Green. HEX triplet: 52, 9D and 63. RGB value is (82,157,99). Sum of RGB (Red+Green+Blue) = 82+157+99=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #529D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D63 is #AD629C. Grayscale: #808080. Windows color (decimal): -11362973 or 6528338. OLE color: 6528338.

HSL color Cylindrical-coordinate representation of color #529D63: hue angle of 133.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D63 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB8215799-
CMYK0.4800.370.38
HSL133.6º31.38%46.86%-
HSV(B)133.6º47.77%61.57%-
XYZ17.7926.8116.04-
YUV127.96111.6595.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 157 (61.72% from 255) = 46.45%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=24.26%
G=46.45%
B=29.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82157990.4800.370.38133.631.3846.86
Hex529D633002526861f2f
Octal12223514360045462063757
Binary101001010011101110001111000001001011001101000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529D63; }

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

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

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

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

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

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

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

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