Html Css Color HEX #529564 Chateau Green

📋 copy color: '#529564'

red 82 ◦ green 149 ◦ blue 100

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

Shades of Chateau Green #529564

Tints of Chateau Green #529564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 24.77%
G = 45.02%
B = 30.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#529564 (or 0x529564) is known color: Chateau Green. HEX triplet: 52, 95 and 64. RGB value is (82,149,100). Sum of RGB (Red+Green+Blue) = 82+149+100=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #529564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529564 is #AD6A9B. Grayscale: #7B7B7B. Windows color (decimal): -11365020 or 6591826. OLE color: 6591826.

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

Color convert

RGB 82 149 100 -
CMYK 0.45 0 0.33 0.42
HSL 136.12º 0.29% 0.45% -
HSV(B) 136.12º 0.45% 0.58% -
XYZ 16.53 24.21 15.86 -
YUV 123.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 82 149 100 0.45 0 0.33 0.42 136.12 0.29 0.45
Hex 52 95 64 2D 0 21 2A 88 1D 2D
Octal 122 225 144 55 0 41 52 210 35 55
Binary 1010010 10010101 1100100 101101 0 100001 101010 10001000 11101 101101

Color Harmonies of #529564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529564

Black with #529564

Text Example


Text Example

White with #529564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529564; }

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

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

background-color css

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

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

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

border-color css

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

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

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