Shades of Stromboli #3D655E
Tints of Stromboli #3D655E
RGB
CMYK
RGB Variations
Color information
#3D655E (or 0x3D655E) is known color: Stromboli. HEX triplet: 3D, 65 and 5E. RGB value is (61,101,94). Sum of RGB (Red+Green+Blue) = 61+101+94=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #3D655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D655E is #C29AA1. Grayscale: #585858. Windows color (decimal): -12753570 or 6186301. OLE color: 6186301.
HSL color Cylindrical-coordinate representation of color #3D655E: hue angle of 169.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D655E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 94 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.60 |
| HSL | 169.5º | 0.25% | 0.32% | - |
| HSV(B) | 169.5º | 0.4% | 0.4% | - |
| XYZ | 8.6 | 11.11 | 12.28 | - |
| YUV | 88.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 94 | 0.40 | 0 | 0.07 | 0.60 | 169.5 | 0.25 | 0.32 |
| Hex | 3D | 65 | 5E | 28 | 0 | 7 | 3C | AA | 19 | 20 |
| Octal | 75 | 145 | 136 | 50 | 0 | 7 | 74 | 252 | 31 | 40 |
| Binary | 111101 | 1100101 | 1011110 | 101000 | 0 | 111 | 111100 | 10101010 | 11001 | 100000 |
Color Harmonies of #3D655E
Complementary color
Monochromatic Colors of #3D655E
Black with #3D655E
Text Example
Text Example
White with #3D655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D655E; }
p { color: rgb(61,101,94); }
H1.HeaderClassName
{
color: #3D655E;
}
.AnyTagClassName
{
color: #3D655E;
}
</style>
background-color css
<style>
a { background-color: #3D655E; }
a { background-color: rgb(61,101,94); }
div.DivClassName
{
background-color: #3D655E;
}
.BgClassName
{
background-color: #3D655E;
}
</style>
border-color css
<style>
span { border-color: #3D655E; }
span { border-color: rgb(61,101,94); }
td.TdClassName
{
border-color: #3D655E;
}
.TagClassName
{
border-color: #3D655E;
}
</style>