#4E8266

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

Shades of Como #4E8266

Tints of Como #4E8266

Color information

#4E8266 (or 0x4E8266) is unknown color: approx Como. HEX triplet: 4E, 82 and 66. RGB value is (78,130,102). Sum of RGB (Red+Green+Blue) = 78+130+102=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8266 is #B17D99. Grayscale: #6F6F6F. Windows color (decimal): -11632026 or 6718030. OLE color: 6718030.

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

Color convert

RGB78130102-
CMYK0.4000.220.49
HSL147.69º25%40.78%-
HSV(B)147.69º40%50.98%-
XYZ13.5218.5415.44-
YUV111.26122.77104.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=25.16%
G=41.94%
B=32.90%

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
Decimal781301020.4000.220.49147.692540.78
Hex4E82662801631941929
Octal11620214650026612243151
Binary10011101000001011001101010000101101100011001010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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