#4E755A

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

Shades of Como #4E755A

Tints of Como #4E755A

Color information

#4E755A (or 0x4E755A) is unknown color: approx Como. HEX triplet: 4E, 75 and 5A. RGB value is (78,117,90). Sum of RGB (Red+Green+Blue) = 78+117+90=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #4E755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E755A is #B18AA5. Grayscale: #666666. Windows color (decimal): -11635366 or 5928270. OLE color: 5928270.

HSL color Cylindrical-coordinate representation of color #4E755A: hue angle of 138.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E755A is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB7811790-
CMYK0.3300.230.54
HSL138.46º20%38.24%-
HSV(B)138.46º33.33%45.88%-
XYZ11.3515.0811.99-
YUV102.26121.08110.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=27.37%
G=41.05%
B=31.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78117900.3300.230.54138.462038.24
Hex4E755A21017368a1426
Octal11616513241027662122446
Binary1001110111010110110101000010101111101101000101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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