#4D6F5F

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

Shades of Como #4D6F5F

Tints of Como #4D6F5F

Color information

#4D6F5F (or 0x4D6F5F) is unknown color: approx Como. HEX triplet: 4D, 6F and 5F. RGB value is (77,111,95). Sum of RGB (Red+Green+Blue) = 77+111+95=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F5F is #B290A0. Grayscale: #636363. Windows color (decimal): -11702433 or 6254413. OLE color: 6254413.

HSL color Cylindrical-coordinate representation of color #4D6F5F: hue angle of 151.76º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6F5F is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7711195-
CMYK0.3100.140.56
HSL151.76º18.09%36.86%-
HSV(B)151.76º30.63%43.53%-
XYZ10.8113.7712.92-
YUV99.01125.74112.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.21%
GREEN value IS 111 (43.75% from 255) = 39.22%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=27.21%
G=39.22%
B=33.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77111950.3100.140.56151.7618.0936.86
Hex4D6F5F1F0E38981225
Octal11515713737016702302245
Binary10011011101111101111111111011101110001001100010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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