Shades of Stromboli #44725F
Tints of Stromboli #44725F
RGB
CMYK
RGB Variations
Color information
#44725F (or 0x44725F) is known color: Stromboli. HEX triplet: 44, 72 and 5F. RGB value is (68,114,95). Sum of RGB (Red+Green+Blue) = 68+114+95=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #44725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44725F is #BB8DA0. Grayscale: #626262. Windows color (decimal): -12291489 or 6255172. OLE color: 6255172.
HSL color Cylindrical-coordinate representation of color #44725F: hue angle of 155.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44725F is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 114 | 95 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.55 |
| HSL | 155.22º | 0.25% | 0.36% | - |
| HSV(B) | 155.22º | 0.4% | 0.45% | - |
| XYZ | 10.47 | 14.09 | 12.99 | - |
| YUV | 98.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 114 | 95 | 0.40 | 0 | 0.17 | 0.55 | 155.22 | 0.25 | 0.36 |
| Hex | 44 | 72 | 5F | 28 | 0 | 11 | 37 | 9B | 19 | 24 |
| Octal | 104 | 162 | 137 | 50 | 0 | 21 | 67 | 233 | 31 | 44 |
| Binary | 1000100 | 1110010 | 1011111 | 101000 | 0 | 10001 | 110111 | 10011011 | 11001 | 100100 |
Color Harmonies of #44725F
Complementary color
Monochromatic Colors of #44725F
Black with #44725F
Text Example
Text Example
White with #44725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44725F; }
p { color: rgb(68,114,95); }
H1.HeaderClassName
{
color: #44725F;
}
.AnyTagClassName
{
color: #44725F;
}
</style>
background-color css
<style>
a { background-color: #44725F; }
a { background-color: rgb(68,114,95); }
div.DivClassName
{
background-color: #44725F;
}
.BgClassName
{
background-color: #44725F;
}
</style>
border-color css
<style>
span { border-color: #44725F; }
span { border-color: rgb(68,114,95); }
td.TdClassName
{
border-color: #44725F;
}
.TagClassName
{
border-color: #44725F;
}
</style>