Html Css Color HEX #529563 Chateau Green

📋 copy color: '#529563'

red 82 ◦ green 149 ◦ blue 99

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

Shades of Chateau Green #529563

Tints of Chateau Green #529563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30%

R = 24.85%
G = 45.15%
B = 30%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#529563 (or 0x529563) is known color: Chateau Green. HEX triplet: 52, 95 and 63. RGB value is (82,149,99). Sum of RGB (Red+Green+Blue) = 82+149+99=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #529563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529563 is #AD6A9C. Grayscale: #7B7B7B. Windows color (decimal): -11365021 or 6526290. OLE color: 6526290.

HSL color Cylindrical-coordinate representation of color #529563: hue angle of 135.22º 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 #529563 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 99 -
CMYK 0.45 0 0.34 0.42
HSL 135.22º 0.29% 0.45% -
HSV(B) 135.22º 0.45% 0.58% -
XYZ 16.48 24.19 15.6 -
YUV 123.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 82 149 99 0.45 0 0.34 0.42 135.22 0.29 0.45
Hex 52 95 63 2D 0 22 2A 87 1D 2D
Octal 122 225 143 55 0 42 52 207 35 55
Binary 1010010 10010101 1100011 101101 0 100010 101010 10000111 11101 101101

Color Harmonies of #529563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529563

Black with #529563

Text Example


Text Example

White with #529563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529563; }

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

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

background-color css

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

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

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

border-color css

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

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

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