#549680

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

Shades of Patina #549680

Tints of Patina #549680

Color information

#549680 (or 0x549680) is unknown color: approx Patina. HEX triplet: 54, 96 and 80. RGB value is (84,150,128). Sum of RGB (Red+Green+Blue) = 84+150+128=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #549680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549680 is #AB697F. Grayscale: #7F7F7F. Windows color (decimal): -11233664 or 8427092. OLE color: 8427092.

HSL color Cylindrical-coordinate representation of color #549680: hue angle of 160º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #549680 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB84150128-
CMYK0.4400.150.41
HSL160º28.21%45.88%-
HSV(B)160º44%58.82%-
XYZ18.4625.2624.32-
YUV127.76128.1396.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.20%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=23.20%
G=41.44%
B=35.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501280.4400.150.4116028.2145.88
Hex5496802C0F29a01c2e
Octal12422620054017512403456
Binary10101001001011010000000101100011111010011010000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549680; }

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

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

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

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

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

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

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

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