#4E8268

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

Shades of Como #4E8268

Tints of Como #4E8268

Color information

#4E8268 (or 0x4E8268) is unknown color: approx Como. HEX triplet: 4E, 82 and 68. RGB value is (78,130,104). Sum of RGB (Red+Green+Blue) = 78+130+104=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8268 is #B17D97. Grayscale: #6F6F6F. Windows color (decimal): -11632024 or 6849102. OLE color: 6849102.

HSL color Cylindrical-coordinate representation of color #4E8268: hue angle of 150º 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 #4E8268 is Cyan = 0.40, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB78130104-
CMYK0.4000.20.49
HSL150º25%40.78%-
HSV(B)150º40%50.98%-
XYZ13.6218.5815.97-
YUV111.49123.77104.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=25%
G=41.67%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781301040.4000.20.491502540.78
Hex4E82682801431961929
Octal11620215050024612263151
Binary10011101000001011010001010000101001100011001011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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