#549480

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

Shades of Patina #549480

Tints of Patina #549480

Color information

#549480 (or 0x549480) is unknown color: approx Patina. HEX triplet: 54, 94 and 80. RGB value is (84,148,128). Sum of RGB (Red+Green+Blue) = 84+148+128=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #549480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549480 is #AB6B7F. Grayscale: #7E7E7E. Windows color (decimal): -11234176 or 8426580. OLE color: 8426580.

HSL color Cylindrical-coordinate representation of color #549480: hue angle of 161.25º degrees, saturation: 0.28, 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 #549480 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB84148128-
CMYK0.4300.140.42
HSL161.25º27.59%45.49%-
HSV(B)161.25º43.24%58.04%-
XYZ18.1424.6224.22-
YUV126.58128.897.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=23.33%
G=41.11%
B=35.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841481280.4300.140.42161.2527.5945.49
Hex5494802B0E2Aa11c2d
Octal12422420053016522413455
Binary10101001001010010000000101011011101010101010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549480; }

 p { color: rgb(84,148,128); }

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

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

 a { background-color: rgb(84,148,128); }

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

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

 span { border-color: rgb(84,148,128); }

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