Shades of Stromboli #3D655B
Tints of Stromboli #3D655B
RGB
CMYK
RGB Variations
Color information
#3D655B (or 0x3D655B) is known color: Stromboli. HEX triplet: 3D, 65 and 5B. RGB value is (61,101,91). Sum of RGB (Red+Green+Blue) = 61+101+91=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #3D655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D655B is #C29AA4. Grayscale: #575757. Windows color (decimal): -12753573 or 5989693. OLE color: 5989693.
HSL color Cylindrical-coordinate representation of color #3D655B: hue angle of 165º 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 #3D655B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 91 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.60 |
| HSL | 165º | 0.25% | 0.32% | - |
| HSV(B) | 165º | 0.4% | 0.4% | - |
| XYZ | 8.47 | 11.05 | 11.59 | - |
| YUV | 87.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 91 | 0.40 | 0 | 0.10 | 0.60 | 165 | 0.25 | 0.32 |
| Hex | 3D | 65 | 5B | 28 | 0 | A | 3C | A5 | 19 | 20 |
| Octal | 75 | 145 | 133 | 50 | 0 | 12 | 74 | 245 | 31 | 40 |
| Binary | 111101 | 1100101 | 1011011 | 101000 | 0 | 1010 | 111100 | 10100101 | 11001 | 100000 |
Color Harmonies of #3D655B
Complementary color
Monochromatic Colors of #3D655B
Black with #3D655B
Text Example
Text Example
White with #3D655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D655B; }
p { color: rgb(61,101,91); }
H1.HeaderClassName
{
color: #3D655B;
}
.AnyTagClassName
{
color: #3D655B;
}
</style>
background-color css
<style>
a { background-color: #3D655B; }
a { background-color: rgb(61,101,91); }
div.DivClassName
{
background-color: #3D655B;
}
.BgClassName
{
background-color: #3D655B;
}
</style>
border-color css
<style>
span { border-color: #3D655B; }
span { border-color: rgb(61,101,91); }
td.TdClassName
{
border-color: #3D655B;
}
.TagClassName
{
border-color: #3D655B;
}
</style>