#529E65

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

Shades of Chateau Green #529E65

Tints of Chateau Green #529E65

Color information

#529E65 (or 0x529E65) is unknown color: approx Chateau Green. HEX triplet: 52, 9E and 65. RGB value is (82,158,101). Sum of RGB (Red+Green+Blue) = 82+158+101=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #529E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E65 is #AD619A. Grayscale: #808080. Windows color (decimal): -11362715 or 6659666. OLE color: 6659666.

HSL color Cylindrical-coordinate representation of color #529E65: hue angle of 135º 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 #529E65 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB82158101-
CMYK0.4800.360.38
HSL135º31.67%47.06%-
HSV(B)135º48.1%61.96%-
XYZ18.0627.1916.61-
YUV128.78112.3294.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=24.05%
G=46.33%
B=29.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821581010.4800.360.3813531.6747.06
Hex529E65300242687202f
Octal12223614560044462074057
Binary1010010100111101100101110000010010010011010000111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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