Html Css Color HEX #528F5F Chateau Green

📋 copy color: '#528F5F'

red 82 ◦ green 143 ◦ blue 95

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

Shades of Chateau Green #528F5F

Tints of Chateau Green #528F5F

RGB

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

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

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

R = 25.63%
G = 44.69%
B = 29.69%

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

#528F5F (or 0x528F5F) is known color: Chateau Green. HEX triplet: 52, 8F and 5F. RGB value is (82,143,95). Sum of RGB (Red+Green+Blue) = 82+143+95=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #528F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F5F is #AD70A0. Grayscale: #777777. Windows color (decimal): -11366561 or 6262610. OLE color: 6262610.

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

Color convert

RGB 82 143 95 -
CMYK 0.43 0 0.34 0.44
HSL 132.79º 0.27% 0.44% -
HSV(B) 132.79º 0.43% 0.56% -
XYZ 15.37 22.26 14.31 -
YUV 119.29 114.29 101.4 -
System Red Green Blue C M Y K H S L
Decimal 82 143 95 0.43 0 0.34 0.44 132.79 0.27 0.44
Hex 52 8F 5F 2B 0 22 2C 85 1B 2C
Octal 122 217 137 53 0 42 54 205 33 54
Binary 1010010 10001111 1011111 101011 0 100010 101100 10000101 11011 101100

Color Harmonies of #528F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F5F

Black with #528F5F

Text Example


Text Example

White with #528F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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