#4E8265

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

Shades of Como #4E8265

Tints of Como #4E8265

Color information

#4E8265 (or 0x4E8265) is unknown color: approx Como. HEX triplet: 4E, 82 and 65. RGB value is (78,130,101). Sum of RGB (Red+Green+Blue) = 78+130+101=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8265 is #B17D9A. Grayscale: #6F6F6F. Windows color (decimal): -11632027 or 6652494. OLE color: 6652494.

HSL color Cylindrical-coordinate representation of color #4E8265: hue angle of 146.54º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8265 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB78130101-
CMYK0.4000.220.49
HSL146.54º25%40.78%-
HSV(B)146.54º40%50.98%-
XYZ13.4718.5215.18-
YUV111.15122.27104.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=25.24%
G=42.07%
B=32.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781301010.4000.220.49146.542540.78
Hex4E82652801631931929
Octal11620214550026612233151
Binary10011101000001011001011010000101101100011001001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,101); }

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

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

 a { background-color: rgb(78,130,101); }

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

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

 span { border-color: rgb(78,130,101); }

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