#528E5E

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

Shades of Chateau Green #528E5E

Tints of Chateau Green #528E5E

Color information

#528E5E (or 0x528E5E) is unknown color: approx Chateau Green. HEX triplet: 52, 8E and 5E. RGB value is (82,142,94). Sum of RGB (Red+Green+Blue) = 82+142+94=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #528E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E5E is #AD71A1. Grayscale: #767676. Windows color (decimal): -11366818 or 6196818. OLE color: 6196818.

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

Color convert

RGB8214294-
CMYK0.4200.340.44
HSL132º26.79%43.92%-
HSV(B)132º42.25%55.69%-
XYZ15.1721.9514.03-
YUV118.59114.12101.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=25.79%
G=44.65%
B=29.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142940.4200.340.4413226.7943.92
Hex528E5E2A0222C841b2c
Octal12221613652042542043354
Binary101001010001110101111010101001000101011001000010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,142,94); }

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

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

 a { background-color: rgb(82,142,94); }

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

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

 span { border-color: rgb(82,142,94); }

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