#529D64

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

Shades of Chateau Green #529D64

Tints of Chateau Green #529D64

Color information

#529D64 (or 0x529D64) is unknown color: approx Chateau Green. HEX triplet: 52, 9D and 64. RGB value is (82,157,100). Sum of RGB (Red+Green+Blue) = 82+157+100=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #529D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D64 is #AD629B. Grayscale: #808080. Windows color (decimal): -11362972 or 6593874. OLE color: 6593874.

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

Color convert

RGB82157100-
CMYK0.4800.360.38
HSL134.4º31.38%46.86%-
HSV(B)134.4º47.77%61.57%-
XYZ17.8426.8316.29-
YUV128.08112.1595.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 157 (61.72% from 255) = 46.31%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=24.19%
G=46.31%
B=29.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821571000.4800.360.38134.431.3846.86
Hex529D643002426861f2f
Octal12223514460044462063757
Binary101001010011101110010011000001001001001101000011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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