#529365

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

Shades of Chateau Green #529365

Tints of Chateau Green #529365

Color information

#529365 (or 0x529365) is unknown color: approx Chateau Green. HEX triplet: 52, 93 and 65. RGB value is (82,147,101). Sum of RGB (Red+Green+Blue) = 82+147+101=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #529365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529365 is #AD6C9A. Grayscale: #7A7A7A. Windows color (decimal): -11365531 or 6656850. OLE color: 6656850.

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

Color convert

RGB82147101-
CMYK0.4400.310.42
HSL137.54º28.38%44.9%-
HSV(B)137.54º44.22%57.65%-
XYZ16.2623.616.01-
YUV122.32115.9799.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.85%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=24.85%
G=44.55%
B=30.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471010.4400.310.42137.5428.3844.9
Hex5293652C01F2A8a1c2d
Octal12222314554037522123455
Binary10100101001001111001011011000111111010101000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529365; }

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

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

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

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

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

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

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

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