#529E62

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

Shades of Chateau Green #529E62

Tints of Chateau Green #529E62

Color information

#529E62 (or 0x529E62) is unknown color: approx Chateau Green. HEX triplet: 52, 9E and 62. RGB value is (82,158,98). Sum of RGB (Red+Green+Blue) = 82+158+98=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #529E62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E62 is #AD619D. Grayscale: #808080. Windows color (decimal): -11362718 or 6463058. OLE color: 6463058.

HSL color Cylindrical-coordinate representation of color #529E62: hue angle of 132.63º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529E62 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB8215898-
CMYK0.4800.380.38
HSL132.63º31.67%47.06%-
HSV(B)132.63º48.1%61.96%-
XYZ17.9127.1315.85-
YUV128.44110.8294.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=24.26%
G=46.75%
B=28.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82158980.4800.380.38132.6331.6747.06
Hex529E62300262685202f
Octal12223614260046462054057
Binary1010010100111101100010110000010011010011010000101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529E62; }

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

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

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

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

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

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

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

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