#4E8461

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

Shades of Como #4E8461

Tints of Como #4E8461

Color information

#4E8461 (or 0x4E8461) is unknown color: approx Como. HEX triplet: 4E, 84 and 61. RGB value is (78,132,97). Sum of RGB (Red+Green+Blue) = 78+132+97=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #4E8461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8461 is #B17B9E. Grayscale: #6F6F6F. Windows color (decimal): -11631519 or 6390862. OLE color: 6390862.

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

Color convert

RGB7813297-
CMYK0.4100.270.48
HSL141.11º25.71%41.18%-
HSV(B)141.11º40.91%51.76%-
XYZ13.5518.9914.26-
YUV111.86119.61103.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=25.41%
G=43.00%
B=31.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78132970.4100.270.48141.1125.7141.18
Hex4E84612901B308d1a29
Octal11620414151033602153251
Binary10011101000010011000011010010110111100001000110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,132,97); }

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

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

 a { background-color: rgb(78,132,97); }

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

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

 span { border-color: rgb(78,132,97); }

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