#4D9C7F

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

Shades of Lochinvar #4D9C7F

Tints of Lochinvar #4D9C7F

Color information

#4D9C7F (or 0x4D9C7F) is unknown color: approx Lochinvar. HEX triplet: 4D, 9C and 7F. RGB value is (77,156,127). Sum of RGB (Red+Green+Blue) = 77+156+127=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9C7F is #B26380. Grayscale: #818181. Windows color (decimal): -11690881 or 8363085. OLE color: 8363085.

HSL color Cylindrical-coordinate representation of color #4D9C7F: hue angle of 157.97º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9C7F is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB77156127-
CMYK0.5100.190.39
HSL157.97º33.91%45.69%-
HSV(B)157.97º50.64%61.18%-
XYZ18.7826.8924.28-
YUV129.07126.8390.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.39%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 127 (50% from 255) = 35.28%
R=21.39%
G=43.33%
B=35.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771561270.5100.190.39157.9733.9145.69
Hex4D9C7F33013279e222e
Octal11523417763023472364256
Binary100110110011100111111111001101001110011110011110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,156,127); }

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

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

 a { background-color: rgb(77,156,127); }

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

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

 span { border-color: rgb(77,156,127); }

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