Html Css Color HEX #529064 Chateau Green

📋 copy color: '#529064'

red 82 ◦ green 144 ◦ blue 100

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

Shades of Chateau Green #529064

Tints of Chateau Green #529064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 25.15%
G = 44.17%
B = 30.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#529064 (or 0x529064) is known color: Chateau Green. HEX triplet: 52, 90 and 64. RGB value is (82,144,100). Sum of RGB (Red+Green+Blue) = 82+144+100=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #529064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529064 is #AD6F9B. Grayscale: #787878. Windows color (decimal): -11366300 or 6590546. OLE color: 6590546.

HSL color Cylindrical-coordinate representation of color #529064: hue angle of 137.42º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529064 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 100 -
CMYK 0.43 0 0.31 0.44
HSL 137.42º 0.27% 0.44% -
HSV(B) 137.42º 0.43% 0.56% -
XYZ 15.75 22.66 15.6 -
YUV 120.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 82 144 100 0.43 0 0.31 0.44 137.42 0.27 0.44
Hex 52 90 64 2B 0 1F 2C 89 1B 2C
Octal 122 220 144 53 0 37 54 211 33 54
Binary 1010010 10010000 1100100 101011 0 11111 101100 10001001 11011 101100

Color Harmonies of #529064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529064

Black with #529064

Text Example


Text Example

White with #529064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529064; }

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

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

background-color css

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

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

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

border-color css

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

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

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