#529564

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

Shades of Chateau Green #529564

Tints of Chateau Green #529564

Color information

#529564 (or 0x529564) is unknown color: approx Chateau Green. HEX triplet: 52, 95 and 64. RGB value is (82,149,100). Sum of RGB (Red+Green+Blue) = 82+149+100=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #529564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529564 is #AD6A9B. Grayscale: #7B7B7B. Windows color (decimal): -11365020 or 6591826. OLE color: 6591826.

HSL color Cylindrical-coordinate representation of color #529564: hue angle of 136.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529564 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB82149100-
CMYK0.4500.330.42
HSL136.12º29%45.29%-
HSV(B)136.12º44.97%58.43%-
XYZ16.5324.2115.86-
YUV123.38114.898.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=24.77%
G=45.02%
B=30.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491000.4500.330.42136.122945.29
Hex5295642D0212A881d2d
Octal12222514455041522103555
Binary101001010010101110010010110101000011010101000100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529564; }

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

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

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

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

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

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

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

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