#549882

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

Shades of Patina #549882

Tints of Patina #549882

Color information

#549882 (or 0x549882) is unknown color: approx Patina. HEX triplet: 54, 98 and 82. RGB value is (84,152,130). Sum of RGB (Red+Green+Blue) = 84+152+130=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #549882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549882 is #AB677D. Grayscale: #818181. Windows color (decimal): -11233150 or 8558676. OLE color: 8558676.

HSL color Cylindrical-coordinate representation of color #549882: hue angle of 160.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549882 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB84152130-
CMYK0.4500.140.40
HSL160.59º28.81%46.27%-
HSV(B)160.59º44.74%59.61%-
XYZ18.9125.9525.13-
YUV129.16128.4795.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=22.95%
G=41.53%
B=35.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841521300.4500.140.40160.5928.8146.27
Hex5498822D0E28a11d2e
Octal12423020255016502413556
Binary10101001001100010000010101101011101010001010000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549882; }

 p { color: rgb(84,152,130); }

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

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

 a { background-color: rgb(84,152,130); }

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

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

 span { border-color: rgb(84,152,130); }

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