#529861

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

Shades of Chateau Green #529861

Tints of Chateau Green #529861

Color information

#529861 (or 0x529861) is unknown color: approx Chateau Green. HEX triplet: 52, 98 and 61. RGB value is (82,152,97). Sum of RGB (Red+Green+Blue) = 82+152+97=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #529861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529861 is #AD679E. Grayscale: #7C7C7C. Windows color (decimal): -11364255 or 6395986. OLE color: 6395986.

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

Color convert

RGB8215297-
CMYK0.4600.360.40
HSL132.86º29.91%45.88%-
HSV(B)132.86º46.05%59.61%-
XYZ16.8725.1115.27-
YUV124.8112.3197.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=24.77%
G=45.92%
B=29.31%

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
Decimal82152970.4600.360.40132.8629.9145.88
Hex5298612E02428851e2e
Octal12223014156044502053656
Binary101001010011000110000110111001001001010001000010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529861; }

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

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

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

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

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

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

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

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