Html Css Color HEX #528F61 Chateau Green

📋 copy color: '#528F61'

red 82 ◦ green 143 ◦ blue 97

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

Shades of Chateau Green #528F61

Tints of Chateau Green #528F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.12%

R = 25.47%
G = 44.41%
B = 30.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#528F61 (or 0x528F61) is known color: Chateau Green. HEX triplet: 52, 8F and 61. RGB value is (82,143,97). Sum of RGB (Red+Green+Blue) = 82+143+97=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #528F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F61 is #AD709E. Grayscale: #777777. Windows color (decimal): -11366559 or 6393682. OLE color: 6393682.

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

Color convert

RGB 82 143 97 -
CMYK 0.43 0 0.32 0.44
HSL 134.75º 0.27% 0.44% -
HSV(B) 134.75º 0.43% 0.56% -
XYZ 15.46 22.3 14.8 -
YUV 119.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 82 143 97 0.43 0 0.32 0.44 134.75 0.27 0.44
Hex 52 8F 61 2B 0 20 2C 87 1B 2C
Octal 122 217 141 53 0 40 54 207 33 54
Binary 1010010 10001111 1100001 101011 0 100000 101100 10000111 11011 101100

Color Harmonies of #528F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F61

Black with #528F61

Text Example


Text Example

White with #528F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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