#4D9381

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

Shades of Lochinvar #4D9381

Tints of Lochinvar #4D9381

Color information

#4D9381 (or 0x4D9381) is unknown color: approx Lochinvar. HEX triplet: 4D, 93 and 81. RGB value is (77,147,129). Sum of RGB (Red+Green+Blue) = 77+147+129=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9381 is #B26C7E. Grayscale: #7C7C7C. Windows color (decimal): -11693183 or 8491853. OLE color: 8491853.

HSL color Cylindrical-coordinate representation of color #4D9381: hue angle of 164.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D9381 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB77147129-
CMYK0.4800.120.42
HSL164.57º31.25%43.92%-
HSV(B)164.57º47.62%57.65%-
XYZ17.4624.0324.49-
YUV124.02130.8194.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.81%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=21.81%
G=41.64%
B=36.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771471290.4800.120.42164.5731.2543.92
Hex4D9381300C2Aa51f2c
Octal11522320160014522453754
Binary10011011001001110000001110000011001010101010010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D9381; }

 p { color: rgb(77,147,129); }

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

<style>
 a { background-color: #4D9381; }

 a { background-color: rgb(77,147,129); }

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

<style>
 span { border-color: #4D9381; }

 span { border-color: rgb(77,147,129); }

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