Shades of Stromboli #36665A
Tints of Stromboli #36665A
RGB
CMYK
RGB Variations
Color information
#36665A (or 0x36665A) is known color: Stromboli. HEX triplet: 36, 66 and 5A. RGB value is (54,102,90). Sum of RGB (Red+Green+Blue) = 54+102+90=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #36665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36665A is #C999A5. Grayscale: #565656. Windows color (decimal): -13212070 or 5924406. OLE color: 5924406.
HSL color Cylindrical-coordinate representation of color #36665A: hue angle of 165º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36665A is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 102 | 90 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.6 |
| HSL | 165º | 0.31% | 0.31% | - |
| HSV(B) | 165º | 0.47% | 0.4% | - |
| XYZ | 8.12 | 11.03 | 11.37 | - |
| YUV | 86.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 90 | 0.47 | 0 | 0.12 | 0.6 | 165 | 0.31 | 0.31 |
| Hex | 36 | 66 | 5A | 2F | 0 | C | 3C | A5 | 1F | 1F |
| Octal | 66 | 146 | 132 | 57 | 0 | 14 | 74 | 245 | 37 | 37 |
| Binary | 110110 | 1100110 | 1011010 | 101111 | 0 | 1100 | 111100 | 10100101 | 11111 | 11111 |
Color Harmonies of #36665A
Complementary color
Monochromatic Colors of #36665A
Black with #36665A
Text Example
Text Example
White with #36665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36665A; }
p { color: rgb(54,102,90); }
H1.HeaderClassName
{
color: #36665A;
}
.AnyTagClassName
{
color: #36665A;
}
</style>
background-color css
<style>
a { background-color: #36665A; }
a { background-color: rgb(54,102,90); }
div.DivClassName
{
background-color: #36665A;
}
.BgClassName
{
background-color: #36665A;
}
</style>
border-color css
<style>
span { border-color: #36665A; }
span { border-color: rgb(54,102,90); }
td.TdClassName
{
border-color: #36665A;
}
.TagClassName
{
border-color: #36665A;
}
</style>