#4E855E

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

Shades of Como #4E855E

Tints of Como #4E855E

Color information

#4E855E (or 0x4E855E) is unknown color: approx Como. HEX triplet: 4E, 85 and 5E. RGB value is (78,133,94). Sum of RGB (Red+Green+Blue) = 78+133+94=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #4E855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E855E is #B17AA1. Grayscale: #707070. Windows color (decimal): -11631266 or 6194510. OLE color: 6194510.

HSL color Cylindrical-coordinate representation of color #4E855E: hue angle of 137.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E855E is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB7813394-
CMYK0.4100.290.48
HSL137.45º26.07%41.37%-
HSV(B)137.45º41.35%52.16%-
XYZ13.5519.213.58-
YUV112.11117.78103.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=25.57%
G=43.61%
B=30.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78133940.4100.290.48137.4526.0741.37
Hex4E855E2901D30891a29
Octal11620513651035602113251
Binary10011101000010110111101010010111011100001000100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,133,94); }

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

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

 a { background-color: rgb(78,133,94); }

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

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

 span { border-color: rgb(78,133,94); }

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