Html Css Color HEX #529161 Chateau Green

📋 copy color: '#529161'

red 82 ◦ green 145 ◦ blue 97

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

Shades of Chateau Green #529161

Tints of Chateau Green #529161

RGB

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

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

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

R = 25.31%
G = 44.75%
B = 29.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#529161 (or 0x529161) is known color: Chateau Green. HEX triplet: 52, 91 and 61. RGB value is (82,145,97). Sum of RGB (Red+Green+Blue) = 82+145+97=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #529161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529161 is #AD6E9E. Grayscale: #787878. Windows color (decimal): -11366047 or 6394194. OLE color: 6394194.

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

Color convert

RGB 82 145 97 -
CMYK 0.43 0 0.33 0.43
HSL 134.29º 0.28% 0.45% -
HSV(B) 134.29º 0.43% 0.57% -
XYZ 15.76 22.91 14.9 -
YUV 120.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 82 145 97 0.43 0 0.33 0.43 134.29 0.28 0.45
Hex 52 91 61 2B 0 21 2B 86 1C 2D
Octal 122 221 141 53 0 41 53 206 34 55
Binary 1010010 10010001 1100001 101011 0 100001 101011 10000110 11100 101101

Color Harmonies of #529161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529161

Black with #529161

Text Example


Text Example

White with #529161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529161; }

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

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

background-color css

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

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

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

border-color css

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

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

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