#4D655F

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

Shades of Stromboli #4D655F

Tints of Stromboli #4D655F

Color information

#4D655F (or 0x4D655F) is unknown color: approx Stromboli. HEX triplet: 4D, 65 and 5F. RGB value is (77,101,95). Sum of RGB (Red+Green+Blue) = 77+101+95=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 101 - color contains mainly: green. Hex color #4D655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D655F is #B29AA0. Grayscale: #5D5D5D. Windows color (decimal): -11704993 or 6251853. OLE color: 6251853.

HSL color Cylindrical-coordinate representation of color #4D655F: hue angle of 165º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D655F is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB7710195-
CMYK0.2400.060.60
HSL165º13.48%34.9%-
HSV(B)165º23.76%39.61%-
XYZ9.7811.7112.57-
YUV93.14129.05116.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.21%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=28.21%
G=37.00%
B=34.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77101950.2400.060.6016513.4834.9
Hex4D655F18063Ca5d23
Octal1151451373006742451543
Binary100110111001011011111110000110111100101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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