#4E8D68

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

Shades of Como #4E8D68

Tints of Como #4E8D68

Color information

#4E8D68 (or 0x4E8D68) is unknown color: approx Como. HEX triplet: 4E, 8D and 68. RGB value is (78,141,104). Sum of RGB (Red+Green+Blue) = 78+141+104=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8D68 is #B17297. Grayscale: #767676. Windows color (decimal): -11629208 or 6851918. OLE color: 6851918.

HSL color Cylindrical-coordinate representation of color #4E8D68: hue angle of 144.76º 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 #4E8D68 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB78141104-
CMYK0.4500.260.45
HSL144.76º28.77%42.94%-
HSV(B)144.76º44.68%55.29%-
XYZ15.1721.6716.48-
YUV117.94120.1399.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.15%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=24.15%
G=43.65%
B=32.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal781411040.4500.260.45144.7628.7742.94
Hex4E8D682D01A2D911d2b
Octal11621515055032552213553
Binary10011101000110111010001011010110101011011001000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,141,104); }

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

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

 a { background-color: rgb(78,141,104); }

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

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

 span { border-color: rgb(78,141,104); }

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