#4D8059

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

Shades of Como #4D8059

Tints of Como #4D8059

Color information

#4D8059 (or 0x4D8059) is unknown color: approx Como. HEX triplet: 4D, 80 and 59. RGB value is (77,128,89). Sum of RGB (Red+Green+Blue) = 77+128+89=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8059 is #B27FA6. Grayscale: #6C6C6C. Windows color (decimal): -11698087 or 5865549. OLE color: 5865549.

HSL color Cylindrical-coordinate representation of color #4D8059: hue angle of 134.12º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8059 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB7712889-
CMYK0.4000.300.50
HSL134.12º24.88%40.2%-
HSV(B)134.12º39.84%50.2%-
XYZ12.5817.7412.21-
YUV108.3117.1105.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.19%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=26.19%
G=43.54%
B=30.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal77128890.4000.300.50134.1224.8840.2
Hex4D80592801E32861928
Octal11520013150036622063150
Binary10011011000000010110011010000111101100101000011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,128,89); }

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

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

 a { background-color: rgb(77,128,89); }

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

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

 span { border-color: rgb(77,128,89); }

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