#549D7E

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

Shades of Patina #549D7E

Tints of Patina #549D7E

Color information

#549D7E (or 0x549D7E) is unknown color: approx Patina. HEX triplet: 54, 9D and 7E. RGB value is (84,157,126). Sum of RGB (Red+Green+Blue) = 84+157+126=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #549D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D7E is #AB6281. Grayscale: #838383. Windows color (decimal): -11231874 or 8297812. OLE color: 8297812.

HSL color Cylindrical-coordinate representation of color #549D7E: hue angle of 154.52º 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 #549D7E is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB84157126-
CMYK0.4600.200.38
HSL154.52º30.29%47.25%-
HSV(B)154.52º46.5%61.57%-
XYZ19.4827.5124.02-
YUV131.64124.8294.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.89%
GREEN value IS 157 (61.72% from 255) = 42.78%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=22.89%
G=42.78%
B=34.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841571260.4600.200.38154.5230.2947.25
Hex549D7E2E014269b1e2f
Octal12423517656024462333657
Binary10101001001110111111101011100101001001101001101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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