Shades of Stromboli #447360
Tints of Stromboli #447360
RGB
CMYK
RGB Variations
Color information
#447360 (or 0x447360) is known color: Stromboli. HEX triplet: 44, 73 and 60. RGB value is (68,115,96). Sum of RGB (Red+Green+Blue) = 68+115+96=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #447360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447360 is #BB8C9F. Grayscale: #626262. Windows color (decimal): -12291232 or 6320964. OLE color: 6320964.
HSL color Cylindrical-coordinate representation of color #447360: hue angle of 155.74º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447360 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 115 | 96 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.55 |
| HSL | 155.74º | 0.26% | 0.36% | - |
| HSV(B) | 155.74º | 0.41% | 0.45% | - |
| XYZ | 10.63 | 14.33 | 13.27 | - |
| YUV | 98.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 115 | 96 | 0.41 | 0 | 0.17 | 0.55 | 155.74 | 0.26 | 0.36 |
| Hex | 44 | 73 | 60 | 29 | 0 | 11 | 37 | 9C | 1A | 24 |
| Octal | 104 | 163 | 140 | 51 | 0 | 21 | 67 | 234 | 32 | 44 |
| Binary | 1000100 | 1110011 | 1100000 | 101001 | 0 | 10001 | 110111 | 10011100 | 11010 | 100100 |
Color Harmonies of #447360
Complementary color
Monochromatic Colors of #447360
Black with #447360
Text Example
Text Example
White with #447360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447360; }
p { color: rgb(68,115,96); }
H1.HeaderClassName
{
color: #447360;
}
.AnyTagClassName
{
color: #447360;
}
</style>
background-color css
<style>
a { background-color: #447360; }
a { background-color: rgb(68,115,96); }
div.DivClassName
{
background-color: #447360;
}
.BgClassName
{
background-color: #447360;
}
</style>
border-color css
<style>
span { border-color: #447360; }
span { border-color: rgb(68,115,96); }
td.TdClassName
{
border-color: #447360;
}
.TagClassName
{
border-color: #447360;
}
</style>