#529864

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

Shades of Chateau Green #529864

Tints of Chateau Green #529864

Color information

#529864 (or 0x529864) is unknown color: approx Chateau Green. HEX triplet: 52, 98 and 64. RGB value is (82,152,100). Sum of RGB (Red+Green+Blue) = 82+152+100=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #529864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529864 is #AD679B. Grayscale: #7D7D7D. Windows color (decimal): -11364252 or 6592594. OLE color: 6592594.

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

Color convert

RGB82152100-
CMYK0.4600.340.40
HSL135.43º29.91%45.88%-
HSV(B)135.43º46.05%59.61%-
XYZ17.0125.1716.02-
YUV125.14113.8197.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=24.55%
G=45.51%
B=29.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521000.4600.340.40135.4329.9145.88
Hex5298642E02228871e2e
Octal12223014456042502073656
Binary101001010011000110010010111001000101010001000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529864; }

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

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

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

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

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

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

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

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