#4F785E

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

Shades of Como #4F785E

Tints of Como #4F785E

Color information

#4F785E (or 0x4F785E) is unknown color: approx Como. HEX triplet: 4F, 78 and 5E. RGB value is (79,120,94). Sum of RGB (Red+Green+Blue) = 79+120+94=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #4F785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F785E is #B087A1. Grayscale: #686868. Windows color (decimal): -11569058 or 6191183. OLE color: 6191183.

HSL color Cylindrical-coordinate representation of color #4F785E: hue angle of 141.95º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F785E is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB7912094-
CMYK0.3400.220.53
HSL141.95º20.6%39.02%-
HSV(B)141.95º34.17%47.06%-
XYZ11.9615.913.03-
YUV104.78121.92109.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.96%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=26.96%
G=40.96%
B=32.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79120940.3400.220.53141.9520.639.02
Hex4F785E22016358e1527
Octal11717013642026652162547
Binary1001111111100010111101000100101101101011000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,120,94); }

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

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

 a { background-color: rgb(79,120,94); }

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

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

 span { border-color: rgb(79,120,94); }

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