#529165

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

Shades of Chateau Green #529165

Tints of Chateau Green #529165

Color information

#529165 (or 0x529165) is unknown color: approx Chateau Green. HEX triplet: 52, 91 and 65. RGB value is (82,145,101). Sum of RGB (Red+Green+Blue) = 82+145+101=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #529165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529165 is #AD6E9A. Grayscale: #797979. Windows color (decimal): -11366043 or 6656338. OLE color: 6656338.

HSL color Cylindrical-coordinate representation of color #529165: hue angle of 138.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529165 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB82145101-
CMYK0.4300.300.43
HSL138.1º27.75%44.51%-
HSV(B)138.1º43.45%56.86%-
XYZ15.9522.9815.91-
YUV121.15116.63100.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 101 (39.84% from 255) = 30.79%
R=25%
G=44.21%
B=30.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821451010.4300.300.43138.127.7544.51
Hex5291652B01E2B8a1c2d
Octal12222114553036532123455
Binary10100101001000111001011010110111101010111000101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529165; }

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

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

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

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

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

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

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

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