Shades of Stromboli #45665F
Tints of Stromboli #45665F
RGB
CMYK
RGB Variations
Color information
#45665F (or 0x45665F) is known color: Stromboli. HEX triplet: 45, 66 and 5F. RGB value is (69,102,95). Sum of RGB (Red+Green+Blue) = 69+102+95=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #45665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45665F is #BA99A0. Grayscale: #5B5B5B. Windows color (decimal): -12229025 or 6252101. OLE color: 6252101.
HSL color Cylindrical-coordinate representation of color #45665F: hue angle of 167.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #45665F is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 95 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.6 |
| HSL | 167.27º | 0.19% | 0.34% | - |
| HSV(B) | 167.27º | 0.32% | 0.4% | - |
| XYZ | 9.27 | 11.59 | 12.58 | - |
| YUV | 91.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 95 | 0.32 | 0 | 0.07 | 0.6 | 167.27 | 0.19 | 0.34 |
| Hex | 45 | 66 | 5F | 20 | 0 | 7 | 3C | A7 | 13 | 22 |
| Octal | 105 | 146 | 137 | 40 | 0 | 7 | 74 | 247 | 23 | 42 |
| Binary | 1000101 | 1100110 | 1011111 | 100000 | 0 | 111 | 111100 | 10100111 | 10011 | 100010 |
Color Harmonies of #45665F
Complementary color
Monochromatic Colors of #45665F
Black with #45665F
Text Example
Text Example
White with #45665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45665F; }
p { color: rgb(69,102,95); }
H1.HeaderClassName
{
color: #45665F;
}
.AnyTagClassName
{
color: #45665F;
}
</style>
background-color css
<style>
a { background-color: #45665F; }
a { background-color: rgb(69,102,95); }
div.DivClassName
{
background-color: #45665F;
}
.BgClassName
{
background-color: #45665F;
}
</style>
border-color css
<style>
span { border-color: #45665F; }
span { border-color: rgb(69,102,95); }
td.TdClassName
{
border-color: #45665F;
}
.TagClassName
{
border-color: #45665F;
}
</style>