#4E8065

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

Shades of Como #4E8065

Tints of Como #4E8065

Color information

#4E8065 (or 0x4E8065) is unknown color: approx Como. HEX triplet: 4E, 80 and 65. RGB value is (78,128,101). Sum of RGB (Red+Green+Blue) = 78+128+101=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #4E8065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8065 is #B17F9A. Grayscale: #6E6E6E. Windows color (decimal): -11632539 or 6651982. OLE color: 6651982.

HSL color Cylindrical-coordinate representation of color #4E8065: hue angle of 147.6º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E8065 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB78128101-
CMYK0.3900.210.50
HSL147.6º24.27%40.39%-
HSV(B)147.6º39.06%50.2%-
XYZ13.211815.09-
YUV109.97122.94105.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=25.41%
G=41.69%
B=32.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal781281010.3900.210.50147.624.2740.39
Hex4E80652701532941828
Octal11620014547025622243050
Binary10011101000000011001011001110101011100101001010011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,128,101); }

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

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

 a { background-color: rgb(78,128,101); }

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

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

 span { border-color: rgb(78,128,101); }

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