#549D82

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

Shades of Patina #549D82

Tints of Patina #549D82

Color information

#549D82 (or 0x549D82) is unknown color: approx Patina. HEX triplet: 54, 9D and 82. RGB value is (84,157,130). Sum of RGB (Red+Green+Blue) = 84+157+130=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #549D82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D82 is #AB627D. Grayscale: #848484. Windows color (decimal): -11231870 or 8559956. OLE color: 8559956.

HSL color Cylindrical-coordinate representation of color #549D82: hue angle of 157.81º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D82 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB84157130-
CMYK0.4600.170.38
HSL157.81º30.29%47.25%-
HSV(B)157.81º46.5%61.57%-
XYZ19.7427.6125.41-
YUV132.1126.8293.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 130 (51.17% from 255) = 35.04%
R=22.64%
G=42.32%
B=35.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571300.4600.170.38157.8130.2947.25
Hex549D822E011269e1e2f
Octal12423520256021462363657
Binary101010010011101100000101011100100011001101001111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549D82; }

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

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

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

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

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

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

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

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