Shades of Stromboli #4C655F
Tints of Stromboli #4C655F
RGB
CMYK
RGB Variations
Color information
#4C655F (or 0x4C655F) is known color: Stromboli. HEX triplet: 4C, 65 and 5F. RGB value is (76,101,95). Sum of RGB (Red+Green+Blue) = 76+101+95=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #4C655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C655F is #B39AA0. Grayscale: #5C5C5C. Windows color (decimal): -11770529 or 6251852. OLE color: 6251852.
HSL color Cylindrical-coordinate representation of color #4C655F: hue angle of 165.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C655F is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 101 | 95 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.60 |
| HSL | 165.6º | 0.14% | 0.35% | - |
| HSV(B) | 165.6º | 0.25% | 0.4% | - |
| XYZ | 9.7 | 11.67 | 12.57 | - |
| YUV | 92.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 95 | 0.25 | 0 | 0.06 | 0.60 | 165.6 | 0.14 | 0.35 |
| Hex | 4C | 65 | 5F | 19 | 0 | 6 | 3C | A6 | E | 23 |
| Octal | 114 | 145 | 137 | 31 | 0 | 6 | 74 | 246 | 16 | 43 |
| Binary | 1001100 | 1100101 | 1011111 | 11001 | 0 | 110 | 111100 | 10100110 | 1110 | 100011 |
Color Harmonies of #4C655F
Complementary color
Monochromatic Colors of #4C655F
Black with #4C655F
Text Example
Text Example
White with #4C655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C655F; }
p { color: rgb(76,101,95); }
H1.HeaderClassName
{
color: #4C655F;
}
.AnyTagClassName
{
color: #4C655F;
}
</style>
background-color css
<style>
a { background-color: #4C655F; }
a { background-color: rgb(76,101,95); }
div.DivClassName
{
background-color: #4C655F;
}
.BgClassName
{
background-color: #4C655F;
}
</style>
border-color css
<style>
span { border-color: #4C655F; }
span { border-color: rgb(76,101,95); }
td.TdClassName
{
border-color: #4C655F;
}
.TagClassName
{
border-color: #4C655F;
}
</style>