Html Css Color HEX #529C64 Chateau Green

📋 copy color: '#529C64'

red 82 ◦ green 156 ◦ blue 100

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

Shades of Chateau Green #529C64

Tints of Chateau Green #529C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.15%

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

R = 24.26%
G = 46.15%
B = 29.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#529C64 (or 0x529C64) is known color: Chateau Green. HEX triplet: 52, 9C and 64. RGB value is (82,156,100). Sum of RGB (Red+Green+Blue) = 82+156+100=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #529C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C64 is #AD639B. Grayscale: #7F7F7F. Windows color (decimal): -11363228 or 6593618. OLE color: 6593618.

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

Color convert

RGB 82 156 100 -
CMYK 0.47 0 0.36 0.39
HSL 134.59º 0.31% 0.47% -
HSV(B) 134.59º 0.47% 0.61% -
XYZ 17.67 26.49 16.24 -
YUV 127.49 112.48 95.55 -
System Red Green Blue C M Y K H S L
Decimal 82 156 100 0.47 0 0.36 0.39 134.59 0.31 0.47
Hex 52 9C 64 2F 0 24 27 87 1F 2F
Octal 122 234 144 57 0 44 47 207 37 57
Binary 1010010 10011100 1100100 101111 0 100100 100111 10000111 11111 101111

Color Harmonies of #529C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C64

Black with #529C64

Text Example


Text Example

White with #529C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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