#4D875F

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

Shades of Como #4D875F

Tints of Como #4D875F

Color information

#4D875F (or 0x4D875F) is unknown color: approx Como. HEX triplet: 4D, 87 and 5F. RGB value is (77,135,95). Sum of RGB (Red+Green+Blue) = 77+135+95=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #4D875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D875F is #B278A0. Grayscale: #717171. Windows color (decimal): -11696289 or 6260557. OLE color: 6260557.

HSL color Cylindrical-coordinate representation of color #4D875F: hue angle of 138.62º degrees, saturation: 0.27, 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 #4D875F is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB7713595-
CMYK0.4300.300.47
HSL138.62º27.36%41.57%-
HSV(B)138.62º42.96%52.94%-
XYZ13.7919.7313.91-
YUV113.1117.78102.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.08%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=25.08%
G=43.97%
B=30.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77135950.4300.300.47138.6227.3641.57
Hex4D875F2B01E2F8b1b2a
Octal11520713753036572133352
Binary10011011000011110111111010110111101011111000101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,135,95); }

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

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

 a { background-color: rgb(77,135,95); }

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

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

 span { border-color: rgb(77,135,95); }

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