Html Css Color HEX #599579 Patina

📋 copy color: '#599579'

red 89 ◦ green 149 ◦ blue 121

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

Shades of Patina #599579

Tints of Patina #599579

RGB

 RED value IS 89 (35.16% from 255) = 24.79%

 GREEN value IS 149 (58.59% from 255) = 41.5%

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 24.79%
G = 41.5%
B = 33.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#599579 (or 0x599579) is known color: Patina. HEX triplet: 59, 95 and 79. RGB value is (89,149,121). Sum of RGB (Red+Green+Blue) = 89+149+121=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 149 - color contains mainly: green. Hex color #599579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599579 is #A66A86. Grayscale: #7F7F7F. Windows color (decimal): -10906247 or 7968089. OLE color: 7968089.

HSL color Cylindrical-coordinate representation of color #599579: hue angle of 152º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599579 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 121 -
CMYK 0.40 0 0.19 0.42
HSL 152º 0.25% 0.47% -
HSV(B) 152º 0.4% 0.58% -
XYZ 18.32 25 21.95 -
YUV 127.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 89 149 121 0.40 0 0.19 0.42 152 0.25 0.47
Hex 59 95 79 28 0 13 2A 98 19 2F
Octal 131 225 171 50 0 23 52 230 31 57
Binary 1011001 10010101 1111001 101000 0 10011 101010 10011000 11001 101111

Color Harmonies of #599579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599579

Black with #599579

Text Example


Text Example

White with #599579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599579; }

 p { color: rgb(89,149,121); }

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

background-color css

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

 a { background-color: rgb(89,149,121); }

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

border-color css

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

 span { border-color: rgb(89,149,121); }

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