#529361

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

Shades of Chateau Green #529361

Tints of Chateau Green #529361

Color information

#529361 (or 0x529361) is unknown color: approx Chateau Green. HEX triplet: 52, 93 and 61. RGB value is (82,147,97). Sum of RGB (Red+Green+Blue) = 82+147+97=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #529361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529361 is #AD6C9E. Grayscale: #797979. Windows color (decimal): -11365535 or 6394706. OLE color: 6394706.

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

Color convert

RGB8214797-
CMYK0.4400.340.42
HSL133.85º28.38%44.9%-
HSV(B)133.85º44.22%57.65%-
XYZ16.0723.5215-
YUV121.86113.9799.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=25.15%
G=45.09%
B=29.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147970.4400.340.42133.8528.3844.9
Hex5293612C0222A861c2d
Octal12222314154042522063455
Binary101001010010011110000110110001000101010101000011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529361; }

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

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

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

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

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

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

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

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