Html Css Color HEX #529960 Chateau Green

📋 copy color: '#529960'

red 82 ◦ green 153 ◦ blue 96

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

Shades of Chateau Green #529960

Tints of Chateau Green #529960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

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

R = 24.77%
G = 46.22%
B = 29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#529960 (or 0x529960) is known color: Chateau Green. HEX triplet: 52, 99 and 60. RGB value is (82,153,96). Sum of RGB (Red+Green+Blue) = 82+153+96=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #529960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529960 is #AD669F. Grayscale: #7D7D7D. Windows color (decimal): -11364000 or 6330706. OLE color: 6330706.

HSL color Cylindrical-coordinate representation of color #529960: hue angle of 131.83º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529960 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 96 -
CMYK 0.46 0 0.37 0.4
HSL 131.83º 0.3% 0.46% -
HSV(B) 131.83º 0.46% 0.6% -
XYZ 16.98 25.42 15.08 -
YUV 125.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 82 153 96 0.46 0 0.37 0.4 131.83 0.3 0.46
Hex 52 99 60 2E 0 25 28 84 1E 2E
Octal 122 231 140 56 0 45 50 204 36 56
Binary 1010010 10011001 1100000 101110 0 100101 101000 10000100 11110 101110

Color Harmonies of #529960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529960

Black with #529960

Text Example


Text Example

White with #529960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529960; }

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

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

background-color css

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

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

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

border-color css

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

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

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