#529561

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

Shades of Chateau Green #529561

Tints of Chateau Green #529561

Color information

#529561 (or 0x529561) is unknown color: approx Chateau Green. HEX triplet: 52, 95 and 61. RGB value is (82,149,97). Sum of RGB (Red+Green+Blue) = 82+149+97=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #529561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529561 is #AD6A9E. Grayscale: #7B7B7B. Windows color (decimal): -11365023 or 6395218. OLE color: 6395218.

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

Color convert

RGB8214997-
CMYK0.4500.350.42
HSL133.43º29%45.29%-
HSV(B)133.43º44.97%58.43%-
XYZ16.3824.1515.11-
YUV123.04113.398.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=25%
G=45.43%
B=29.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149970.4500.350.42133.432945.29
Hex5295612D0232A851d2d
Octal12222514155043522053555
Binary101001010010101110000110110101000111010101000010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529561; }

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

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

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

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

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

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

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

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