#548D7D

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

Shades of Lochinvar #548D7D

Tints of Lochinvar #548D7D

Color information

#548D7D (or 0x548D7D) is unknown color: approx Lochinvar. HEX triplet: 54, 8D and 7D. RGB value is (84,141,125). Sum of RGB (Red+Green+Blue) = 84+141+125=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #548D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D7D is #AB7282. Grayscale: #7A7A7A. Windows color (decimal): -11235971 or 8228180. OLE color: 8228180.

HSL color Cylindrical-coordinate representation of color #548D7D: hue angle of 163.16º 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 #548D7D is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB84141125-
CMYK0.4000.110.45
HSL163.16º25.33%44.12%-
HSV(B)163.16º40.43%55.29%-
XYZ16.8822.4222.84-
YUV122.13129.62100.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=24%
G=40.29%
B=35.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411250.4000.110.45163.1625.3344.12
Hex548D7D280B2Da3192c
Octal12421517550013552433154
Binary1010100100011011111101101000010111011011010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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