#529565

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

Shades of Chateau Green #529565

Tints of Chateau Green #529565

Color information

#529565 (or 0x529565) is unknown color: approx Chateau Green. HEX triplet: 52, 95 and 65. RGB value is (82,149,101). Sum of RGB (Red+Green+Blue) = 82+149+101=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #529565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529565 is #AD6A9A. Grayscale: #7B7B7B. Windows color (decimal): -11365019 or 6657362. OLE color: 6657362.

HSL color Cylindrical-coordinate representation of color #529565: hue angle of 137.01º 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 #529565 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB82149101-
CMYK0.4500.320.42
HSL137.01º29%45.29%-
HSV(B)137.01º44.97%58.43%-
XYZ16.5824.2316.11-
YUV123.49115.398.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=24.70%
G=44.88%
B=30.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491010.4500.320.42137.012945.29
Hex5295652D0202A891d2d
Octal12222514555040522113555
Binary101001010010101110010110110101000001010101000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529565; }

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

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

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

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

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

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

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

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