#549B7C

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

Shades of Patina #549B7C

Tints of Patina #549B7C

Color information

#549B7C (or 0x549B7C) is unknown color: approx Patina. HEX triplet: 54, 9B and 7C. RGB value is (84,155,124). Sum of RGB (Red+Green+Blue) = 84+155+124=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #549B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B7C is #AB6483. Grayscale: #828282. Windows color (decimal): -11232388 or 8166228. OLE color: 8166228.

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

Color convert

RGB84155124-
CMYK0.4600.20.39
HSL153.8º29.71%46.86%-
HSV(B)153.8º45.81%60.78%-
XYZ19.0226.7823.24-
YUV130.24124.4895.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=23.14%
G=42.70%
B=34.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841551240.4600.20.39153.829.7146.86
Hex549B7C2E014279a1e2f
Octal12423317456024472323657
Binary10101001001101111111001011100101001001111001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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