Html Css Color HEX #529160 Chateau Green

📋 copy color: '#529160'

red 82 ◦ green 145 ◦ blue 96

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

Shades of Chateau Green #529160

Tints of Chateau Green #529160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

 BLUE value IS 96 (37.89% from 255) = 29.72%

R = 25.39%
G = 44.89%
B = 29.72%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#529160 (or 0x529160) is known color: Chateau Green. HEX triplet: 52, 91 and 60. RGB value is (82,145,96). Sum of RGB (Red+Green+Blue) = 82+145+96=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #529160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529160 is #AD6E9F. Grayscale: #787878. Windows color (decimal): -11366048 or 6328658. OLE color: 6328658.

HSL color Cylindrical-coordinate representation of color #529160: hue angle of 133.33º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529160 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 96 -
CMYK 0.43 0 0.34 0.43
HSL 133.33º 0.28% 0.45% -
HSV(B) 133.33º 0.43% 0.57% -
XYZ 15.72 22.89 14.66 -
YUV 120.58 114.13 100.48 -
System Red Green Blue C M Y K H S L
Decimal 82 145 96 0.43 0 0.34 0.43 133.33 0.28 0.45
Hex 52 91 60 2B 0 22 2B 85 1C 2D
Octal 122 221 140 53 0 42 53 205 34 55
Binary 1010010 10010001 1100000 101011 0 100010 101011 10000101 11100 101101

Color Harmonies of #529160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529160

Black with #529160

Text Example


Text Example

White with #529160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529160; }

 p { color: rgb(82,145,96); }

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

background-color css

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

 a { background-color: rgb(82,145,96); }

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

border-color css

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

 span { border-color: rgb(82,145,96); }

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