Html Css Color HEX #528E5F Chateau Green

📋 copy color: '#528E5F'

red 82 ◦ green 142 ◦ blue 95

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

Shades of Chateau Green #528E5F

Tints of Chateau Green #528E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 25.71%
G = 44.51%
B = 29.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#528E5F (or 0x528E5F) is known color: Chateau Green. HEX triplet: 52, 8E and 5F. RGB value is (82,142,95). Sum of RGB (Red+Green+Blue) = 82+142+95=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #528E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E5F is #AD71A0. Grayscale: #767676. Windows color (decimal): -11366817 or 6262354. OLE color: 6262354.

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

Color convert

RGB 82 142 95 -
CMYK 0.42 0 0.33 0.44
HSL 133º 0.27% 0.44% -
HSV(B) 133º 0.42% 0.56% -
XYZ 15.22 21.97 14.26 -
YUV 118.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 82 142 95 0.42 0 0.33 0.44 133 0.27 0.44
Hex 52 8E 5F 2A 0 21 2C 85 1B 2C
Octal 122 216 137 52 0 41 54 205 33 54
Binary 1010010 10001110 1011111 101010 0 100001 101100 10000101 11011 101100

Color Harmonies of #528E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528E5F

Black with #528E5F

Text Example


Text Example

White with #528E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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