#4D937A

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

Shades of Lochinvar #4D937A

Tints of Lochinvar #4D937A

Color information

#4D937A (or 0x4D937A) is unknown color: approx Lochinvar. HEX triplet: 4D, 93 and 7A. RGB value is (77,147,122). Sum of RGB (Red+Green+Blue) = 77+147+122=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #4D937A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D937A is #B26C85. Grayscale: #7B7B7B. Windows color (decimal): -11693190 or 8033101. OLE color: 8033101.

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

Color convert

RGB77147122-
CMYK0.4800.170.42
HSL158.57º31.25%43.92%-
HSV(B)158.57º47.62%57.65%-
XYZ17.0123.8522.12-
YUV123.22127.3195.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.25%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=22.25%
G=42.49%
B=35.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771471220.4800.170.42158.5731.2543.92
Hex4D937A300112A9f1f2c
Octal11522317260021522373754
Binary10011011001001111110101100000100011010101001111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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