Html Css Color HEX #529C60 Chateau Green

📋 copy color: '#529C60'

red 82 ◦ green 156 ◦ blue 96

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

Shades of Chateau Green #529C60

Tints of Chateau Green #529C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 24.55%
G = 46.71%
B = 28.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#529C60 (or 0x529C60) is known color: Chateau Green. HEX triplet: 52, 9C and 60. RGB value is (82,156,96). Sum of RGB (Red+Green+Blue) = 82+156+96=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #529C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C60 is #AD639F. Grayscale: #7F7F7F. Windows color (decimal): -11363232 or 6331474. OLE color: 6331474.

HSL color Cylindrical-coordinate representation of color #529C60: hue angle of 131.35º 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 #529C60 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 96 -
CMYK 0.47 0 0.38 0.39
HSL 131.35º 0.31% 0.47% -
HSV(B) 131.35º 0.47% 0.61% -
XYZ 17.48 26.42 15.24 -
YUV 127.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 82 156 96 0.47 0 0.38 0.39 131.35 0.31 0.47
Hex 52 9C 60 2F 0 26 27 83 1F 2F
Octal 122 234 140 57 0 46 47 203 37 57
Binary 1010010 10011100 1100000 101111 0 100110 100111 10000011 11111 101111

Color Harmonies of #529C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C60

Black with #529C60

Text Example


Text Example

White with #529C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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