#4E785B

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

Shades of Como #4E785B

Tints of Como #4E785B

Color information

#4E785B (or 0x4E785B) is unknown color: approx Como. HEX triplet: 4E, 78 and 5B. RGB value is (78,120,91). Sum of RGB (Red+Green+Blue) = 78+120+91=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #4E785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E785B is #B187A4. Grayscale: #686868. Windows color (decimal): -11634597 or 5994574. OLE color: 5994574.

HSL color Cylindrical-coordinate representation of color #4E785B: hue angle of 138.57º 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 #4E785B is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB7812091-
CMYK0.3500.240.53
HSL138.57º21.21%38.82%-
HSV(B)138.57º35%47.06%-
XYZ11.7515.8112.33-
YUV104.14120.59109.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=26.99%
G=41.52%
B=31.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78120910.3500.240.53138.5721.2138.82
Hex4E785B23018358b1527
Octal11617013343030652132547
Binary1001110111100010110111000110110001101011000101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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