#4D8E68

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

Shades of Como #4D8E68

Tints of Como #4D8E68

Color information

#4D8E68 (or 0x4D8E68) is unknown color: approx Como. HEX triplet: 4D, 8E and 68. RGB value is (77,142,104). Sum of RGB (Red+Green+Blue) = 77+142+104=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #4D8E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8E68 is #B27197. Grayscale: #767676. Windows color (decimal): -11694488 or 6852173. OLE color: 6852173.

HSL color Cylindrical-coordinate representation of color #4D8E68: hue angle of 144.92º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D8E68 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB77142104-
CMYK0.4600.270.44
HSL144.92º29.68%42.94%-
HSV(B)144.92º45.77%55.69%-
XYZ15.2321.9216.53-
YUV118.23119.9798.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.84%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=23.84%
G=43.96%
B=32.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771421040.4600.270.44144.9229.6842.94
Hex4D8E682E01B2C911e2b
Octal11521615056033542213653
Binary10011011000111011010001011100110111011001001000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,104); }

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

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

 a { background-color: rgb(77,142,104); }

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

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

 span { border-color: rgb(77,142,104); }

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