#4D885E

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

Shades of Como #4D885E

Tints of Como #4D885E

Color information

#4D885E (or 0x4D885E) is unknown color: approx Como. HEX triplet: 4D, 88 and 5E. RGB value is (77,136,94). Sum of RGB (Red+Green+Blue) = 77+136+94=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #4D885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D885E is #B277A1. Grayscale: #717171. Windows color (decimal): -11696034 or 6195277. OLE color: 6195277.

HSL color Cylindrical-coordinate representation of color #4D885E: hue angle of 137.29º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D885E is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB7713694-
CMYK0.4300.310.47
HSL137.29º27.7%41.76%-
HSV(B)137.29º43.38%53.33%-
XYZ13.8919.9913.72-
YUV113.57116.95101.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.08%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 94 (37.11% from 255) = 30.62%
R=25.08%
G=44.30%
B=30.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77136940.4300.310.47137.2927.741.76
Hex4D885E2B01F2F891c2a
Octal11521013653037572113452
Binary10011011000100010111101010110111111011111000100111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,136,94); }

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

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

 a { background-color: rgb(77,136,94); }

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

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

 span { border-color: rgb(77,136,94); }

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