#529866

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

Shades of Chateau Green #529866

Tints of Chateau Green #529866

Color information

#529866 (or 0x529866) is unknown color: approx Chateau Green. HEX triplet: 52, 98 and 66. RGB value is (82,152,102). Sum of RGB (Red+Green+Blue) = 82+152+102=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #529866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529866 is #AD6799. Grayscale: #7D7D7D. Windows color (decimal): -11364250 or 6723666. OLE color: 6723666.

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

Color convert

RGB82152102-
CMYK0.4600.330.40
HSL137.14º29.91%45.88%-
HSV(B)137.14º46.05%59.61%-
XYZ17.1125.2116.53-
YUV125.37114.8197.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=24.40%
G=45.24%
B=30.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521020.4600.330.40137.1429.9145.88
Hex5298662E02128891e2e
Octal12223014656041502113656
Binary101001010011000110011010111001000011010001000100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529866; }

 p { color: rgb(82,152,102); }

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

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

 a { background-color: rgb(82,152,102); }

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

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

 span { border-color: rgb(82,152,102); }

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