#529663

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

Shades of Chateau Green #529663

Tints of Chateau Green #529663

Color information

#529663 (or 0x529663) is unknown color: approx Chateau Green. HEX triplet: 52, 96 and 63. RGB value is (82,150,99). Sum of RGB (Red+Green+Blue) = 82+150+99=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #529663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529663 is #AD699C. Grayscale: #7B7B7B. Windows color (decimal): -11364765 or 6526546. OLE color: 6526546.

HSL color Cylindrical-coordinate representation of color #529663: hue angle of 135º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529663 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB8215099-
CMYK0.4500.340.41
HSL135º29.31%45.49%-
HSV(B)135º45.33%58.82%-
XYZ16.6424.5115.66-
YUV123.85113.9798.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=24.77%
G=45.32%
B=29.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150990.4500.340.4113529.3145.49
Hex5296632D02229871d2d
Octal12222614355042512073555
Binary101001010010110110001110110101000101010011000011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529663; }

 p { color: rgb(82,150,99); }

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

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

 a { background-color: rgb(82,150,99); }

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

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

 span { border-color: rgb(82,150,99); }

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