#4E845D

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

Shades of Como #4E845D

Tints of Como #4E845D

Color information

#4E845D (or 0x4E845D) is unknown color: approx Como. HEX triplet: 4E, 84 and 5D. RGB value is (78,132,93). Sum of RGB (Red+Green+Blue) = 78+132+93=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #4E845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E845D is #B17BA2. Grayscale: #6F6F6F. Windows color (decimal): -11631523 or 6128718. OLE color: 6128718.

HSL color Cylindrical-coordinate representation of color #4E845D: hue angle of 136.67º 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 #4E845D is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB7813293-
CMYK0.4100.300.48
HSL136.67º25.71%41.18%-
HSV(B)136.67º40.91%51.76%-
XYZ13.3718.9113.3-
YUV111.41117.61104.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=25.74%
G=43.56%
B=30.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78132930.4100.300.48136.6725.7141.18
Hex4E845D2901E30891a29
Octal11620413551036602113251
Binary10011101000010010111011010010111101100001000100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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