#4D8C5E

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

Shades of Como #4D8C5E

Tints of Como #4D8C5E

Color information

#4D8C5E (or 0x4D8C5E) is unknown color: approx Como. HEX triplet: 4D, 8C and 5E. RGB value is (77,140,94). Sum of RGB (Red+Green+Blue) = 77+140+94=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8C5E is #B273A1. Grayscale: #747474. Windows color (decimal): -11695010 or 6196301. OLE color: 6196301.

HSL color Cylindrical-coordinate representation of color #4D8C5E: hue angle of 136.19º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8C5E is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB7714094-
CMYK0.4500.330.45
HSL136.19º29.03%42.55%-
HSV(B)136.19º45%54.9%-
XYZ14.4621.1413.91-
YUV115.92115.63100.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.76%
GREEN value IS 140 (55.08% from 255) = 45.02%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=24.76%
G=45.02%
B=30.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77140940.4500.330.45136.1929.0342.55
Hex4D8C5E2D0212D881d2b
Octal11521413655041552103553
Binary100110110001100101111010110101000011011011000100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,140,94); }

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

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

 a { background-color: rgb(77,140,94); }

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

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

 span { border-color: rgb(77,140,94); }

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