Html Css Color HEX #528E60 Chateau Green

📋 copy color: '#528E60'

red 82 ◦ green 142 ◦ blue 96

#528E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #528E60

Tints of Chateau Green #528E60

RGB

 RED value IS 82 (32.42% from 255) = 25.63%

 GREEN value IS 142 (55.86% from 255) = 44.38%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 25.63%
G = 44.38%
B = 30%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#528E60 (or 0x528E60) is known color: Chateau Green. HEX triplet: 52, 8E and 60. RGB value is (82,142,96). Sum of RGB (Red+Green+Blue) = 82+142+96=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #528E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E60 is #AD719F. Grayscale: #767676. Windows color (decimal): -11366816 or 6327890. OLE color: 6327890.

HSL color Cylindrical-coordinate representation of color #528E60: hue angle of 134º 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 #528E60 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 142 96 -
CMYK 0.42 0 0.32 0.44
HSL 134º 0.27% 0.44% -
HSV(B) 134º 0.42% 0.56% -
XYZ 15.26 21.98 14.51 -
YUV 118.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 82 142 96 0.42 0 0.32 0.44 134 0.27 0.44
Hex 52 8E 60 2A 0 20 2C 86 1B 2C
Octal 122 216 140 52 0 40 54 206 33 54
Binary 1010010 10001110 1100000 101010 0 100000 101100 10000110 11011 101100

Color Harmonies of #528E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E60

Black with #528E60

Text Example


Text Example

White with #528E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #528E60;
 }
 .AnyTagClassName
 {
   color: #528E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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