#4E885D

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

Shades of Como #4E885D

Tints of Como #4E885D

Color information

#4E885D (or 0x4E885D) is unknown color: approx Como. HEX triplet: 4E, 88 and 5D. RGB value is (78,136,93). Sum of RGB (Red+Green+Blue) = 78+136+93=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #4E885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E885D is #B177A2. Grayscale: #717171. Windows color (decimal): -11630499 or 6129742. OLE color: 6129742.

HSL color Cylindrical-coordinate representation of color #4E885D: hue angle of 135.52º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E885D is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB7813693-
CMYK0.4300.320.47
HSL135.52º27.1%41.96%-
HSV(B)135.52º42.65%53.33%-
XYZ13.9220.0213.49-
YUV113.76116.28102.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=25.41%
G=44.30%
B=30.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78136930.4300.320.47135.5227.141.96
Hex4E885D2B0202F881b2a
Octal11621013553040572103352
Binary100111010001000101110110101101000001011111000100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,136,93); }

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

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

 a { background-color: rgb(78,136,93); }

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

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

 span { border-color: rgb(78,136,93); }

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