Shades of Stromboli #44685A
Tints of Stromboli #44685A
RGB
CMYK
RGB Variations
Color information
#44685A (or 0x44685A) is known color: Stromboli. HEX triplet: 44, 68 and 5A. RGB value is (68,104,90). Sum of RGB (Red+Green+Blue) = 68+104+90=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #44685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44685A is #BB97A5. Grayscale: #5B5B5B. Windows color (decimal): -12294054 or 5924932. OLE color: 5924932.
HSL color Cylindrical-coordinate representation of color #44685A: hue angle of 156.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44685A is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 90 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.59 |
| HSL | 156.67º | 0.21% | 0.34% | - |
| HSV(B) | 156.67º | 0.35% | 0.41% | - |
| XYZ | 9.18 | 11.87 | 11.48 | - |
| YUV | 91.64 | 127.07 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 90 | 0.35 | 0 | 0.13 | 0.59 | 156.67 | 0.21 | 0.34 |
| Hex | 44 | 68 | 5A | 23 | 0 | D | 3B | 9D | 15 | 22 |
| Octal | 104 | 150 | 132 | 43 | 0 | 15 | 73 | 235 | 25 | 42 |
| Binary | 1000100 | 1101000 | 1011010 | 100011 | 0 | 1101 | 111011 | 10011101 | 10101 | 100010 |
Color Harmonies of #44685A
Complementary color
Monochromatic Colors of #44685A
Black with #44685A
Text Example
Text Example
White with #44685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44685A; }
p { color: rgb(68,104,90); }
H1.HeaderClassName
{
color: #44685A;
}
.AnyTagClassName
{
color: #44685A;
}
</style>
background-color css
<style>
a { background-color: #44685A; }
a { background-color: rgb(68,104,90); }
div.DivClassName
{
background-color: #44685A;
}
.BgClassName
{
background-color: #44685A;
}
</style>
border-color css
<style>
span { border-color: #44685A; }
span { border-color: rgb(68,104,90); }
td.TdClassName
{
border-color: #44685A;
}
.TagClassName
{
border-color: #44685A;
}
</style>