#529563

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

Shades of Chateau Green #529563

Tints of Chateau Green #529563

Color information

#529563 (or 0x529563) is unknown color: approx Chateau Green. HEX triplet: 52, 95 and 63. RGB value is (82,149,99). Sum of RGB (Red+Green+Blue) = 82+149+99=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #529563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529563 is #AD6A9C. Grayscale: #7B7B7B. Windows color (decimal): -11365021 or 6526290. OLE color: 6526290.

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

Color convert

RGB8214999-
CMYK0.4500.340.42
HSL135.22º29%45.29%-
HSV(B)135.22º44.97%58.43%-
XYZ16.4824.1915.6-
YUV123.27114.398.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 99 (39.06% from 255) = 30%
R=24.85%
G=45.15%
B=30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149990.4500.340.42135.222945.29
Hex5295632D0222A871d2d
Octal12222514355042522073555
Binary101001010010101110001110110101000101010101000011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529563; }

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

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

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

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

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

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

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

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