#4E735A

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

Shades of Como #4E735A

Tints of Como #4E735A

Color information

#4E735A (or 0x4E735A) is unknown color: approx Como. HEX triplet: 4E, 73 and 5A. RGB value is (78,115,90). Sum of RGB (Red+Green+Blue) = 78+115+90=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #4E735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E735A is #B18CA5. Grayscale: #656565. Windows color (decimal): -11635878 or 5927758. OLE color: 5927758.

HSL color Cylindrical-coordinate representation of color #4E735A: hue angle of 139.46º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E735A is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7811590-
CMYK0.3200.220.55
HSL139.46º19.17%37.84%-
HSV(B)139.46º32.17%45.1%-
XYZ11.1214.6211.91-
YUV101.09121.74111.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=27.56%
G=40.64%
B=31.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78115900.3200.220.55139.4619.1737.84
Hex4E735A20016378b1326
Octal11616313240026672132346
Binary1001110111001110110101000000101101101111000101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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