#549379

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

Shades of Patina #549379

Tints of Patina #549379

Color information

#549379 (or 0x549379) is unknown color: approx Patina. HEX triplet: 54, 93 and 79. RGB value is (84,147,121). Sum of RGB (Red+Green+Blue) = 84+147+121=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #549379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549379 is #AB6C86. Grayscale: #7D7D7D. Windows color (decimal): -11234439 or 7967572. OLE color: 7967572.

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

Color convert

RGB84147121-
CMYK0.4300.180.42
HSL155.24º27.27%45.29%-
HSV(B)155.24º42.86%57.65%-
XYZ17.5424.1321.82-
YUV125.2125.6398.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=23.86%
G=41.76%
B=34.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471210.4300.180.42155.2427.2745.29
Hex5493792B0122A9b1b2d
Octal12422317153022522333355
Binary10101001001001111110011010110100101010101001101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549379; }

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

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

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

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

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

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

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

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