Html Css Color HEX #529D64 Chateau Green

📋 copy color: '#529D64'

red 82 ◦ green 157 ◦ blue 100

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

Shades of Chateau Green #529D64

Tints of Chateau Green #529D64

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

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

R = 24.19%
G = 46.31%
B = 29.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#529D64 (or 0x529D64) is known color: Chateau Green. HEX triplet: 52, 9D and 64. RGB value is (82,157,100). Sum of RGB (Red+Green+Blue) = 82+157+100=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #529D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D64 is #AD629B. Grayscale: #808080. Windows color (decimal): -11362972 or 6593874. OLE color: 6593874.

HSL color Cylindrical-coordinate representation of color #529D64: hue angle of 134.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D64 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 100 -
CMYK 0.48 0 0.36 0.38
HSL 134.4º 0.31% 0.47% -
HSV(B) 134.4º 0.48% 0.62% -
XYZ 17.84 26.83 16.29 -
YUV 128.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 82 157 100 0.48 0 0.36 0.38 134.4 0.31 0.47
Hex 52 9D 64 30 0 24 26 86 1F 2F
Octal 122 235 144 60 0 44 46 206 37 57
Binary 1010010 10011101 1100100 110000 0 100100 100110 10000110 11111 101111

Color Harmonies of #529D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D64

Black with #529D64

Text Example


Text Example

White with #529D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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