#4D9C7E

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

Shades of Lochinvar #4D9C7E

Tints of Lochinvar #4D9C7E

Color information

#4D9C7E (or 0x4D9C7E) is unknown color: approx Lochinvar. HEX triplet: 4D, 9C and 7E. RGB value is (77,156,126). Sum of RGB (Red+Green+Blue) = 77+156+126=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9C7E is #B26381. Grayscale: #818181. Windows color (decimal): -11690882 or 8297549. OLE color: 8297549.

HSL color Cylindrical-coordinate representation of color #4D9C7E: hue angle of 157.22º 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 #4D9C7E is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB77156126-
CMYK0.5100.190.39
HSL157.22º33.91%45.69%-
HSV(B)157.22º50.64%61.18%-
XYZ18.7126.8623.94-
YUV128.96126.3390.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.45%
GREEN value IS 156 (61.33% from 255) = 43.45%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=21.45%
G=43.45%
B=35.10%

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
Decimal771561260.5100.190.39157.2233.9145.69
Hex4D9C7E33013279d222e
Octal11523417663023472354256
Binary100110110011100111111011001101001110011110011101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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