#4E785A

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

Shades of Como #4E785A

Tints of Como #4E785A

Color information

#4E785A (or 0x4E785A) is unknown color: approx Como. HEX triplet: 4E, 78 and 5A. RGB value is (78,120,90). Sum of RGB (Red+Green+Blue) = 78+120+90=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #4E785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E785A is #B187A5. Grayscale: #686868. Windows color (decimal): -11634598 or 5929038. OLE color: 5929038.

HSL color Cylindrical-coordinate representation of color #4E785A: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E785A is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB7812090-
CMYK0.3500.250.53
HSL137.14º21.21%38.82%-
HSV(B)137.14º35%47.06%-
XYZ11.715.7912.1-
YUV104.02120.09109.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=27.08%
G=41.67%
B=31.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78120900.3500.250.53137.1421.2138.82
Hex4E785A2301935891527
Octal11617013243031652112547
Binary1001110111100010110101000110110011101011000100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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