#528D5D

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

Shades of Chateau Green #528D5D

Tints of Chateau Green #528D5D

Color information

#528D5D (or 0x528D5D) is unknown color: approx Chateau Green. HEX triplet: 52, 8D and 5D. RGB value is (82,141,93). Sum of RGB (Red+Green+Blue) = 82+141+93=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #528D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D5D is #AD72A2. Grayscale: #767676. Windows color (decimal): -11367075 or 6131026. OLE color: 6131026.

HSL color Cylindrical-coordinate representation of color #528D5D: hue angle of 131.19º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D5D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB8214193-
CMYK0.4200.340.45
HSL131.19º26.46%43.73%-
HSV(B)131.19º41.84%55.29%-
XYZ14.9821.6313.74-
YUV117.89113.95102.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 141 (55.47% from 255) = 44.62%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=25.95%
G=44.62%
B=29.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141930.4200.340.45131.1926.4643.73
Hex528D5D2A0222D831a2c
Octal12221513552042552033254
Binary101001010001101101110110101001000101011011000001111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528D5D; }

 p { color: rgb(82,141,93); }

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

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

 a { background-color: rgb(82,141,93); }

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

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

 span { border-color: rgb(82,141,93); }

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