#529862

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

Shades of Chateau Green #529862

Tints of Chateau Green #529862

Color information

#529862 (or 0x529862) is unknown color: approx Chateau Green. HEX triplet: 52, 98 and 62. RGB value is (82,152,98). Sum of RGB (Red+Green+Blue) = 82+152+98=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #529862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529862 is #AD679D. Grayscale: #7D7D7D. Windows color (decimal): -11364254 or 6461522. OLE color: 6461522.

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

Color convert

RGB8215298-
CMYK0.4600.360.40
HSL133.71º29.91%45.88%-
HSV(B)133.71º46.05%59.61%-
XYZ16.9125.1315.51-
YUV124.91112.8197.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=24.70%
G=45.78%
B=29.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal82152980.4600.360.40133.7129.9145.88
Hex5298622E02428861e2e
Octal12223014256044502063656
Binary101001010011000110001010111001001001010001000011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529862; }

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

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

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

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

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

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

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

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