#4E885B

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

Shades of Como #4E885B

Tints of Como #4E885B

Color information

#4E885B (or 0x4E885B) is unknown color: approx Como. HEX triplet: 4E, 88 and 5B. RGB value is (78,136,91). Sum of RGB (Red+Green+Blue) = 78+136+91=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #4E885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E885B is #B177A4. Grayscale: #717171. Windows color (decimal): -11630501 or 5998670. OLE color: 5998670.

HSL color Cylindrical-coordinate representation of color #4E885B: hue angle of 133.45º 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 #4E885B is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB7813691-
CMYK0.4300.330.47
HSL133.45º27.1%41.96%-
HSV(B)133.45º42.65%53.33%-
XYZ13.8319.9813.03-
YUV113.53115.28102.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=25.57%
G=44.59%
B=29.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78136910.4300.330.47133.4527.141.96
Hex4E885B2B0212F851b2a
Octal11621013353041572053352
Binary100111010001000101101110101101000011011111000010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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