#548D7F

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

Shades of Lochinvar #548D7F

Tints of Lochinvar #548D7F

Color information

#548D7F (or 0x548D7F) is unknown color: approx Lochinvar. HEX triplet: 54, 8D and 7F. RGB value is (84,141,127). Sum of RGB (Red+Green+Blue) = 84+141+127=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 141 - color contains mainly: green. Hex color #548D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D7F is #AB7280. Grayscale: #7A7A7A. Windows color (decimal): -11235969 or 8359252. OLE color: 8359252.

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

Color convert

RGB84141127-
CMYK0.4000.100.45
HSL165.26º25.33%44.12%-
HSV(B)165.26º40.43%55.29%-
XYZ17.0122.4723.52-
YUV122.36130.62100.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 127 (50% from 255) = 36.08%
R=23.86%
G=40.06%
B=36.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411270.4000.100.45165.2625.3344.12
Hex548D7F280A2Da5192c
Octal12421517750012552453154
Binary1010100100011011111111101000010101011011010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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