Html Css Color HEX #528F5E Chateau Green

📋 copy color: '#528F5E'

red 82 ◦ green 143 ◦ blue 94

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

Shades of Chateau Green #528F5E

Tints of Chateau Green #528F5E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.83%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 25.71%
G = 44.83%
B = 29.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#528F5E (or 0x528F5E) is known color: Chateau Green. HEX triplet: 52, 8F and 5E. RGB value is (82,143,94). Sum of RGB (Red+Green+Blue) = 82+143+94=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #528F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F5E is #AD70A1. Grayscale: #777777. Windows color (decimal): -11366562 or 6197074. OLE color: 6197074.

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

Color convert

RGB 82 143 94 -
CMYK 0.43 0 0.34 0.44
HSL 131.8º 0.27% 0.44% -
HSV(B) 131.8º 0.43% 0.56% -
XYZ 15.32 22.25 14.08 -
YUV 119.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 82 143 94 0.43 0 0.34 0.44 131.8 0.27 0.44
Hex 52 8F 5E 2B 0 22 2C 84 1B 2C
Octal 122 217 136 53 0 42 54 204 33 54
Binary 1010010 10001111 1011110 101011 0 100010 101100 10000100 11011 101100

Color Harmonies of #528F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F5E

Black with #528F5E

Text Example


Text Example

White with #528F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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