#529963

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

Shades of Chateau Green #529963

Tints of Chateau Green #529963

Color information

#529963 (or 0x529963) is unknown color: approx Chateau Green. HEX triplet: 52, 99 and 63. RGB value is (82,153,99). Sum of RGB (Red+Green+Blue) = 82+153+99=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #529963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529963 is #AD669C. Grayscale: #7D7D7D. Windows color (decimal): -11363997 or 6527314. OLE color: 6527314.

HSL color Cylindrical-coordinate representation of color #529963: hue angle of 134.37º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529963 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB8215399-
CMYK0.4600.350.4
HSL134.37º30.21%46.08%-
HSV(B)134.37º46.41%60%-
XYZ17.1225.4815.82-
YUV125.62112.9896.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=24.55%
G=45.81%
B=29.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal82153990.4600.350.4134.3730.2146.08
Hex5299632E02328861e2e
Octal12223114356043502063656
Binary101001010011001110001110111001000111010001000011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529963; }

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

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

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

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

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

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

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

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