#559379

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

Shades of Patina #559379

Tints of Patina #559379

Color information

#559379 (or 0x559379) is unknown color: approx Patina. HEX triplet: 55, 93 and 79. RGB value is (85,147,121). Sum of RGB (Red+Green+Blue) = 85+147+121=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #559379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559379 is #AA6C86. Grayscale: #7D7D7D. Windows color (decimal): -11168903 or 7967573. OLE color: 7967573.

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

Color convert

RGB85147121-
CMYK0.4200.180.42
HSL154.84º26.72%45.49%-
HSV(B)154.84º42.18%57.65%-
XYZ17.6324.1821.83-
YUV125.5125.4699.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=24.08%
G=41.64%
B=34.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471210.4200.180.42154.8426.7245.49
Hex5593792A0122A9b1b2d
Octal12522317152022522333355
Binary10101011001001111110011010100100101010101001101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559379; }

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

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

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

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

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

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

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

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