Shades of Stromboli #45665A
Tints of Stromboli #45665A
RGB
CMYK
RGB Variations
Color information
#45665A (or 0x45665A) is known color: Stromboli. HEX triplet: 45, 66 and 5A. RGB value is (69,102,90). Sum of RGB (Red+Green+Blue) = 69+102+90=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #45665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45665A is #BA99A5. Grayscale: #5A5A5A. Windows color (decimal): -12229030 or 5924421. OLE color: 5924421.
HSL color Cylindrical-coordinate representation of color #45665A: hue angle of 158.18º 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 #45665A is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 90 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.6 |
| HSL | 158.18º | 0.19% | 0.34% | - |
| HSV(B) | 158.18º | 0.32% | 0.4% | - |
| XYZ | 9.05 | 11.51 | 11.42 | - |
| YUV | 90.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 90 | 0.32 | 0 | 0.12 | 0.6 | 158.18 | 0.19 | 0.34 |
| Hex | 45 | 66 | 5A | 20 | 0 | C | 3C | 9E | 13 | 22 |
| Octal | 105 | 146 | 132 | 40 | 0 | 14 | 74 | 236 | 23 | 42 |
| Binary | 1000101 | 1100110 | 1011010 | 100000 | 0 | 1100 | 111100 | 10011110 | 10011 | 100010 |
Color Harmonies of #45665A
Complementary color
Monochromatic Colors of #45665A
Black with #45665A
Text Example
Text Example
White with #45665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45665A; }
p { color: rgb(69,102,90); }
H1.HeaderClassName
{
color: #45665A;
}
.AnyTagClassName
{
color: #45665A;
}
</style>
background-color css
<style>
a { background-color: #45665A; }
a { background-color: rgb(69,102,90); }
div.DivClassName
{
background-color: #45665A;
}
.BgClassName
{
background-color: #45665A;
}
</style>
border-color css
<style>
span { border-color: #45665A; }
span { border-color: rgb(69,102,90); }
td.TdClassName
{
border-color: #45665A;
}
.TagClassName
{
border-color: #45665A;
}
</style>