#48917F

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

Shades of Lochinvar #48917F

Tints of Lochinvar #48917F

Color information

#48917F (or 0x48917F) is unknown color: approx Lochinvar. HEX triplet: 48, 91 and 7F. RGB value is (72,145,127). Sum of RGB (Red+Green+Blue) = 72+145+127=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #48917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48917F is #B76E80. Grayscale: #797979. Windows color (decimal): -12021377 or 8360264. OLE color: 8360264.

HSL color Cylindrical-coordinate representation of color #48917F: hue angle of 165.21º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48917F is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB72145127-
CMYK0.5000.120.43
HSL165.21º33.64%42.55%-
HSV(B)165.21º50.34%56.86%-
XYZ16.6323.1623.67-
YUV121.12131.3292.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.93%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 127 (50% from 255) = 36.92%
R=20.93%
G=42.15%
B=36.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451270.5000.120.43165.2133.6442.55
Hex48917F320C2Ba5222b
Octal11022117762014532454253
Binary10010001001000111111111100100110010101110100101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48917F; }

 p { color: rgb(72,145,127); }

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

<style>
 a { background-color: #48917F; }

 a { background-color: rgb(72,145,127); }

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

<style>
 span { border-color: #48917F; }

 span { border-color: rgb(72,145,127); }

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