Html Css Color HEX #528F5D Chateau Green

📋 copy color: '#528F5D'

red 82 ◦ green 143 ◦ blue 93

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

Shades of Chateau Green #528F5D

Tints of Chateau Green #528F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.25%

R = 25.79%
G = 44.97%
B = 29.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#528F5D (or 0x528F5D) is known color: Chateau Green. HEX triplet: 52, 8F and 5D. RGB value is (82,143,93). Sum of RGB (Red+Green+Blue) = 82+143+93=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #528F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F5D is #AD70A2. Grayscale: #777777. Windows color (decimal): -11366563 or 6131538. OLE color: 6131538.

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

Color convert

RGB 82 143 93 -
CMYK 0.43 0 0.35 0.44
HSL 130.82º 0.27% 0.44% -
HSV(B) 130.82º 0.43% 0.56% -
XYZ 15.28 22.23 13.84 -
YUV 119.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 82 143 93 0.43 0 0.35 0.44 130.82 0.27 0.44
Hex 52 8F 5D 2B 0 23 2C 83 1B 2C
Octal 122 217 135 53 0 43 54 203 33 54
Binary 1010010 10001111 1011101 101011 0 100011 101100 10000011 11011 101100

Color Harmonies of #528F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F5D

Black with #528F5D

Text Example


Text Example

White with #528F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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