Html Css Color HEX #529164 Chateau Green

📋 copy color: '#529164'

red 82 ◦ green 145 ◦ blue 100

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

Shades of Chateau Green #529164

Tints of Chateau Green #529164

RGB

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

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

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

R = 25.08%
G = 44.34%
B = 30.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#529164 (or 0x529164) is known color: Chateau Green. HEX triplet: 52, 91 and 64. RGB value is (82,145,100). Sum of RGB (Red+Green+Blue) = 82+145+100=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #529164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529164 is #AD6E9B. Grayscale: #797979. Windows color (decimal): -11366044 or 6590802. OLE color: 6590802.

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

Color convert

RGB 82 145 100 -
CMYK 0.43 0 0.31 0.43
HSL 137.14º 0.28% 0.45% -
HSV(B) 137.14º 0.43% 0.57% -
XYZ 15.91 22.96 15.65 -
YUV 121.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 82 145 100 0.43 0 0.31 0.43 137.14 0.28 0.45
Hex 52 91 64 2B 0 1F 2B 89 1C 2D
Octal 122 221 144 53 0 37 53 211 34 55
Binary 1010010 10010001 1100100 101011 0 11111 101011 10001001 11100 101101

Color Harmonies of #529164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529164

Black with #529164

Text Example


Text Example

White with #529164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529164; }

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

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

background-color css

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

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

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

border-color css

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

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

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