#4E7A5A

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

Shades of Como #4E7A5A

Tints of Como #4E7A5A

Color information

#4E7A5A (or 0x4E7A5A) is unknown color: approx Como. HEX triplet: 4E, 7A and 5A. RGB value is (78,122,90). Sum of RGB (Red+Green+Blue) = 78+122+90=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #4E7A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7A5A is #B185A5. Grayscale: #696969. Windows color (decimal): -11634086 or 5929550. OLE color: 5929550.

HSL color Cylindrical-coordinate representation of color #4E7A5A: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7A5A is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB7812290-
CMYK0.3600.260.52
HSL136.36º22%39.22%-
HSV(B)136.36º36.07%47.84%-
XYZ11.9516.2812.18-
YUV105.2119.42108.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=26.90%
G=42.07%
B=31.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal78122900.3600.260.52136.362239.22
Hex4E7A5A2401A34881627
Octal11617213244032642102647
Binary1001110111101010110101001000110101101001000100010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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