#48917D

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

Shades of Lochinvar #48917D

Tints of Lochinvar #48917D

Color information

#48917D (or 0x48917D) is unknown color: approx Lochinvar. HEX triplet: 48, 91 and 7D. RGB value is (72,145,125). Sum of RGB (Red+Green+Blue) = 72+145+125=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #48917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48917D is #B76E82. Grayscale: #787878. Windows color (decimal): -12021379 or 8229192. OLE color: 8229192.

HSL color Cylindrical-coordinate representation of color #48917D: hue angle of 163.56º 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 #48917D is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB72145125-
CMYK0.5000.140.43
HSL163.56º33.64%42.55%-
HSV(B)163.56º50.34%56.86%-
XYZ16.523.1122.99-
YUV120.89130.3293.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=21.05%
G=42.40%
B=36.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451250.5000.140.43163.5633.6442.55
Hex48917D320E2Ba4222b
Octal11022117562016532444253
Binary10010001001000111111011100100111010101110100100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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