#4D937D

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

Shades of Lochinvar #4D937D

Tints of Lochinvar #4D937D

Color information

#4D937D (or 0x4D937D) is unknown color: approx Lochinvar. HEX triplet: 4D, 93 and 7D. RGB value is (77,147,125). Sum of RGB (Red+Green+Blue) = 77+147+125=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #4D937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D937D is #B26C82. Grayscale: #7B7B7B. Windows color (decimal): -11693187 or 8229709. OLE color: 8229709.

HSL color Cylindrical-coordinate representation of color #4D937D: hue angle of 161.14º 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 #4D937D is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB77147125-
CMYK0.4800.150.42
HSL161.14º31.25%43.92%-
HSV(B)161.14º47.62%57.65%-
XYZ17.223.9323.11-
YUV123.56128.8194.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.06%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=22.06%
G=42.12%
B=35.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771471250.4800.150.42161.1431.2543.92
Hex4D937D300F2Aa11f2c
Octal11522317560017522413754
Binary1001101100100111111101110000011111010101010000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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