#529560

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

Shades of Chateau Green #529560

Tints of Chateau Green #529560

Color information

#529560 (or 0x529560) is unknown color: approx Chateau Green. HEX triplet: 52, 95 and 60. RGB value is (82,149,96). Sum of RGB (Red+Green+Blue) = 82+149+96=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #529560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529560 is #AD6A9F. Grayscale: #7B7B7B. Windows color (decimal): -11365024 or 6329682. OLE color: 6329682.

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

Color convert

RGB8214996-
CMYK0.4500.360.42
HSL132.54º29%45.29%-
HSV(B)132.54º44.97%58.43%-
XYZ16.3424.1314.86-
YUV122.92112.898.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=25.08%
G=45.57%
B=29.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149960.4500.360.42132.542945.29
Hex5295602D0242A851d2d
Octal12222514055044522053555
Binary101001010010101110000010110101001001010101000010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529560; }

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

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

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

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

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

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

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

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