#4E865A

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

Shades of Como #4E865A

Tints of Como #4E865A

Color information

#4E865A (or 0x4E865A) is unknown color: approx Como. HEX triplet: 4E, 86 and 5A. RGB value is (78,134,90). Sum of RGB (Red+Green+Blue) = 78+134+90=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #4E865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E865A is #B179A5. Grayscale: #707070. Windows color (decimal): -11631014 or 5932622. OLE color: 5932622.

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

Color convert

RGB7813490-
CMYK0.4200.330.47
HSL132.86º26.42%41.57%-
HSV(B)132.86º41.79%52.55%-
XYZ13.5119.4112.71-
YUV112.24115.45103.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.83%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=25.83%
G=44.37%
B=29.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78134900.4200.330.47132.8626.4241.57
Hex4E865A2A0212F851a2a
Octal11620613252041572053252
Binary100111010000110101101010101001000011011111000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,134,90); }

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

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

 a { background-color: rgb(78,134,90); }

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

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

 span { border-color: rgb(78,134,90); }

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