#529965

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

Shades of Chateau Green #529965

Tints of Chateau Green #529965

Color information

#529965 (or 0x529965) is unknown color: approx Chateau Green. HEX triplet: 52, 99 and 65. RGB value is (82,153,101). Sum of RGB (Red+Green+Blue) = 82+153+101=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #529965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529965 is #AD669A. Grayscale: #7D7D7D. Windows color (decimal): -11363995 or 6658386. OLE color: 6658386.

HSL color Cylindrical-coordinate representation of color #529965: hue angle of 136.06º 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 #529965 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB82153101-
CMYK0.4600.340.4
HSL136.06º30.21%46.08%-
HSV(B)136.06º46.41%60%-
XYZ17.2225.5216.33-
YUV125.84113.9896.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 101 (39.84% from 255) = 30.06%
R=24.40%
G=45.54%
B=30.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531010.4600.340.4136.0630.2146.08
Hex5299652E02228881e2e
Octal12223114556042502103656
Binary101001010011001110010110111001000101010001000100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529965; }

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

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

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

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

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

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

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

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