#549B7E

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

Shades of Patina #549B7E

Tints of Patina #549B7E

Color information

#549B7E (or 0x549B7E) is unknown color: approx Patina. HEX triplet: 54, 9B and 7E. RGB value is (84,155,126). Sum of RGB (Red+Green+Blue) = 84+155+126=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #549B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B7E is #AB6481. Grayscale: #828282. Windows color (decimal): -11232386 or 8297300. OLE color: 8297300.

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

Color convert

RGB84155126-
CMYK0.4600.190.39
HSL155.49º29.71%46.86%-
HSV(B)155.49º45.81%60.78%-
XYZ19.1426.8323.91-
YUV130.46125.4894.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.01%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=23.01%
G=42.47%
B=34.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551260.4600.190.39155.4929.7146.86
Hex549B7E2E013279b1e2f
Octal12423317656023472333657
Binary10101001001101111111101011100100111001111001101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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