#4E7964

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

Shades of Como #4E7964

Tints of Como #4E7964

Color information

#4E7964 (or 0x4E7964) is unknown color: approx Como. HEX triplet: 4E, 79 and 64. RGB value is (78,121,100). Sum of RGB (Red+Green+Blue) = 78+121+100=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #4E7964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7964 is #B1869B. Grayscale: #696969. Windows color (decimal): -11634332 or 6584654. OLE color: 6584654.

HSL color Cylindrical-coordinate representation of color #4E7964: hue angle of 150.7º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7964 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB78121100-
CMYK0.3600.170.53
HSL150.7º21.61%39.02%-
HSV(B)150.7º35.54%47.45%-
XYZ12.2816.2114.54-
YUV105.75124.75108.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=26.09%
G=40.47%
B=33.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781211000.3600.170.53150.721.6139.02
Hex4E79642401135971627
Octal11617114444021652272647
Binary1001110111100111001001001000100011101011001011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,121,100); }

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

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

 a { background-color: rgb(78,121,100); }

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

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

 span { border-color: rgb(78,121,100); }

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