Html Css Color HEX #529561 Chateau Green

📋 copy color: '#529561'

red 82 ◦ green 149 ◦ blue 97

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

Shades of Chateau Green #529561

Tints of Chateau Green #529561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

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

R = 25%
G = 45.43%
B = 29.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#529561 (or 0x529561) is known color: Chateau Green. HEX triplet: 52, 95 and 61. RGB value is (82,149,97). Sum of RGB (Red+Green+Blue) = 82+149+97=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #529561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529561 is #AD6A9E. Grayscale: #7B7B7B. Windows color (decimal): -11365023 or 6395218. OLE color: 6395218.

HSL color Cylindrical-coordinate representation of color #529561: hue angle of 133.43º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529561 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 97 -
CMYK 0.45 0 0.35 0.42
HSL 133.43º 0.29% 0.45% -
HSV(B) 133.43º 0.45% 0.58% -
XYZ 16.38 24.15 15.11 -
YUV 123.04 113.3 98.73 -
System Red Green Blue C M Y K H S L
Decimal 82 149 97 0.45 0 0.35 0.42 133.43 0.29 0.45
Hex 52 95 61 2D 0 23 2A 85 1D 2D
Octal 122 225 141 55 0 43 52 205 35 55
Binary 1010010 10010101 1100001 101101 0 100011 101010 10000101 11101 101101

Color Harmonies of #529561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529561

Black with #529561

Text Example


Text Example

White with #529561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529561; }

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

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

background-color css

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

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

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

border-color css

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

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

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