Shades of Stromboli #44655F
Tints of Stromboli #44655F
RGB
CMYK
RGB Variations
Color information
#44655F (or 0x44655F) is known color: Stromboli. HEX triplet: 44, 65 and 5F. RGB value is (68,101,95). Sum of RGB (Red+Green+Blue) = 68+101+95=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #44655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44655F is #BB9AA0. Grayscale: #5A5A5A. Windows color (decimal): -12294817 or 6251844. OLE color: 6251844.
HSL color Cylindrical-coordinate representation of color #44655F: hue angle of 169.09º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #44655F is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 101 | 95 | - |
| CMYK | 0.33 | 0 | 0.06 | 0.60 |
| HSL | 169.09º | 0.2% | 0.33% | - |
| HSV(B) | 169.09º | 0.33% | 0.4% | - |
| XYZ | 9.1 | 11.36 | 12.54 | - |
| YUV | 90.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 95 | 0.33 | 0 | 0.06 | 0.60 | 169.09 | 0.2 | 0.33 |
| Hex | 44 | 65 | 5F | 21 | 0 | 6 | 3C | A9 | 14 | 21 |
| Octal | 104 | 145 | 137 | 41 | 0 | 6 | 74 | 251 | 24 | 41 |
| Binary | 1000100 | 1100101 | 1011111 | 100001 | 0 | 110 | 111100 | 10101001 | 10100 | 100001 |
Color Harmonies of #44655F
Complementary color
Monochromatic Colors of #44655F
Black with #44655F
Text Example
Text Example
White with #44655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44655F; }
p { color: rgb(68,101,95); }
H1.HeaderClassName
{
color: #44655F;
}
.AnyTagClassName
{
color: #44655F;
}
</style>
background-color css
<style>
a { background-color: #44655F; }
a { background-color: rgb(68,101,95); }
div.DivClassName
{
background-color: #44655F;
}
.BgClassName
{
background-color: #44655F;
}
</style>
border-color css
<style>
span { border-color: #44655F; }
span { border-color: rgb(68,101,95); }
td.TdClassName
{
border-color: #44655F;
}
.TagClassName
{
border-color: #44655F;
}
</style>