#48938D

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

Shades of Lochinvar #48938D

Tints of Lochinvar #48938D

Color information

#48938D (or 0x48938D) is unknown color: approx Lochinvar. HEX triplet: 48, 93 and 8D. RGB value is (72,147,141). Sum of RGB (Red+Green+Blue) = 72+147+141=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #48938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48938D is #B76C72. Grayscale: #7B7B7B. Windows color (decimal): -12020851 or 9278280. OLE color: 9278280.

HSL color Cylindrical-coordinate representation of color #48938D: hue angle of 175.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48938D is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB72147141-
CMYK0.5100.040.42
HSL175.2º34.25%42.94%-
HSV(B)175.2º51.02%57.65%-
XYZ17.9124.1728.92-
YUV123.89137.6590.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=20%
G=40.83%
B=39.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721471410.5100.040.42175.234.2542.94
Hex48938D33042Aaf222b
Octal1102232156304522574253
Binary10010001001001110001101110011010010101010101111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,147,141); }

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

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

 a { background-color: rgb(72,147,141); }

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

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

 span { border-color: rgb(72,147,141); }

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