#548D7C

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

Shades of Patina #548D7C

Tints of Patina #548D7C

Color information

#548D7C (or 0x548D7C) is unknown color: approx Patina. HEX triplet: 54, 8D and 7C. RGB value is (84,141,124). Sum of RGB (Red+Green+Blue) = 84+141+124=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #548D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D7C is #AB7283. Grayscale: #7A7A7A. Windows color (decimal): -11235972 or 8162644. OLE color: 8162644.

HSL color Cylindrical-coordinate representation of color #548D7C: hue angle of 162.11º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D7C is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB84141124-
CMYK0.4000.120.45
HSL162.11º25.33%44.12%-
HSV(B)162.11º40.43%55.29%-
XYZ16.8222.3922.5-
YUV122.02129.12100.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=24.07%
G=40.40%
B=35.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411240.4000.120.45162.1125.3344.12
Hex548D7C280C2Da2192c
Octal12421517450014552423154
Binary1010100100011011111100101000011001011011010001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548D7C; }

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

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

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

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

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

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

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

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