Html Css Color HEX #529261 Chateau Green

📋 copy color: '#529261'

red 82 ◦ green 146 ◦ blue 97

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

Shades of Chateau Green #529261

Tints of Chateau Green #529261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.92%

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

R = 25.23%
G = 44.92%
B = 29.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#529261 (or 0x529261) is known color: Chateau Green. HEX triplet: 52, 92 and 61. RGB value is (82,146,97). Sum of RGB (Red+Green+Blue) = 82+146+97=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #529261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529261 is #AD6D9E. Grayscale: #797979. Windows color (decimal): -11365791 or 6394450. OLE color: 6394450.

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

Color convert

RGB 82 146 97 -
CMYK 0.44 0 0.34 0.43
HSL 134.06º 0.28% 0.45% -
HSV(B) 134.06º 0.44% 0.57% -
XYZ 15.92 23.21 14.95 -
YUV 121.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 82 146 97 0.44 0 0.34 0.43 134.06 0.28 0.45
Hex 52 92 61 2C 0 22 2B 86 1C 2D
Octal 122 222 141 54 0 42 53 206 34 55
Binary 1010010 10010010 1100001 101100 0 100010 101011 10000110 11100 101101

Color Harmonies of #529261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529261

Black with #529261

Text Example


Text Example

White with #529261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529261; }

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

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

background-color css

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

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

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

border-color css

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

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

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