#48967D

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

Shades of Lochinvar #48967D

Tints of Lochinvar #48967D

Color information

#48967D (or 0x48967D) is unknown color: approx Lochinvar. HEX triplet: 48, 96 and 7D. RGB value is (72,150,125). Sum of RGB (Red+Green+Blue) = 72+150+125=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #48967D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48967D is #B76982. Grayscale: #7B7B7B. Windows color (decimal): -12020099 or 8230472. OLE color: 8230472.

HSL color Cylindrical-coordinate representation of color #48967D: hue angle of 160.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48967D is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB72150125-
CMYK0.5200.170.41
HSL160.77º35.14%43.53%-
HSV(B)160.77º52%58.82%-
XYZ17.2824.6723.25-
YUV123.83128.6691.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=20.75%
G=43.23%
B=36.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721501250.5200.170.41160.7735.1443.53
Hex48967D3401129a1232c
Octal11022617564021512414354
Binary100100010010110111110111010001000110100110100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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