#4E4940

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

Shades of Mondo #4E4940

Tints of Mondo #4E4940

Color information

#4E4940 (or 0x4E4940) is unknown color: approx Mondo. HEX triplet: 4E, 49 and 40. RGB value is (78,73,64). Sum of RGB (Red+Green+Blue) = 78+73+64=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4940 is #B1B6BF. Grayscale: #494949. Windows color (decimal): -11646656 or 4213070. OLE color: 4213070.

HSL color Cylindrical-coordinate representation of color #4E4940: hue angle of 38.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4940 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB787364-
CMYK00.060.180.69
HSL38.57º9.86%27.84%-
HSV(B)38.57º17.95%30.59%-
XYZ6.456.755.81-
YUV73.47122.66131.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.28%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=36.28%
G=33.95%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78736400.060.180.6938.579.8627.84
Hex4E494006124527a1c
Octal1161111000622105471234
Binary1001110100100110000000110100101000101100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,64); }

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

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

 a { background-color: rgb(78,73,64); }

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

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

 span { border-color: rgb(78,73,64); }

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