#599379

Color #599379 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #599379

Tints of Patina #599379

Color information

#599379 (or 0x599379) is unknown color: approx Patina. HEX triplet: 59, 93 and 79. RGB value is (89,147,121). Sum of RGB (Red+Green+Blue) = 89+147+121=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #599379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599379 is #A66C86. Grayscale: #7E7E7E. Windows color (decimal): -10906759 or 7967577. OLE color: 7967577.

HSL color Cylindrical-coordinate representation of color #599379: hue angle of 153.1º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599379 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB89147121-
CMYK0.3900.180.42
HSL153.1º24.58%46.27%-
HSV(B)153.1º39.46%57.65%-
XYZ1824.3721.84-
YUV126.69124.78101.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=24.93%
G=41.18%
B=33.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891471210.3900.180.42153.124.5846.27
Hex599379270122A99192e
Octal13122317147022522313156
Binary10110011001001111110011001110100101010101001100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599379; }

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

 H1.HeaderClassName
 {
   color: #599379;
 }
 .AnyTagClassName
 {
   color: #599379;
 }
</style>
background-color css

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

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

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

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

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

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