Shades of Stromboli #456D5F
Tints of Stromboli #456D5F
RGB
CMYK
RGB Variations
Color information
#456D5F (or 0x456D5F) is known color: Stromboli. HEX triplet: 45, 6D and 5F. RGB value is (69,109,95). Sum of RGB (Red+Green+Blue) = 69+109+95=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #456D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D5F is #BA92A0. Grayscale: #5F5F5F. Windows color (decimal): -12227233 or 6253893. OLE color: 6253893.
HSL color Cylindrical-coordinate representation of color #456D5F: hue angle of 159º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #456D5F is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 109 | 95 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.57 |
| HSL | 159º | 0.22% | 0.35% | - |
| HSV(B) | 159º | 0.37% | 0.43% | - |
| XYZ | 9.99 | 13.03 | 12.81 | - |
| YUV | 95.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 95 | 0.37 | 0 | 0.13 | 0.57 | 159 | 0.22 | 0.35 |
| Hex | 45 | 6D | 5F | 25 | 0 | D | 39 | 9F | 16 | 23 |
| Octal | 105 | 155 | 137 | 45 | 0 | 15 | 71 | 237 | 26 | 43 |
| Binary | 1000101 | 1101101 | 1011111 | 100101 | 0 | 1101 | 111001 | 10011111 | 10110 | 100011 |
Color Harmonies of #456D5F
Complementary color
Monochromatic Colors of #456D5F
Black with #456D5F
Text Example
Text Example
White with #456D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D5F; }
p { color: rgb(69,109,95); }
H1.HeaderClassName
{
color: #456D5F;
}
.AnyTagClassName
{
color: #456D5F;
}
</style>
background-color css
<style>
a { background-color: #456D5F; }
a { background-color: rgb(69,109,95); }
div.DivClassName
{
background-color: #456D5F;
}
.BgClassName
{
background-color: #456D5F;
}
</style>
border-color css
<style>
span { border-color: #456D5F; }
span { border-color: rgb(69,109,95); }
td.TdClassName
{
border-color: #456D5F;
}
.TagClassName
{
border-color: #456D5F;
}
</style>