Shades of Stromboli #3D695A
Tints of Stromboli #3D695A
RGB
CMYK
RGB Variations
Color information
#3D695A (or 0x3D695A) is known color: Stromboli. HEX triplet: 3D, 69 and 5A. RGB value is (61,105,90). Sum of RGB (Red+Green+Blue) = 61+105+90=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #3D695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D695A is #C296A5. Grayscale: #5A5A5A. Windows color (decimal): -12752550 or 5925181. OLE color: 5925181.
HSL color Cylindrical-coordinate representation of color #3D695A: hue angle of 159.55º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D695A is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 105 | 90 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.59 |
| HSL | 159.55º | 0.27% | 0.33% | - |
| HSV(B) | 159.55º | 0.42% | 0.41% | - |
| XYZ | 8.82 | 11.83 | 11.49 | - |
| YUV | 90.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 90 | 0.42 | 0 | 0.14 | 0.59 | 159.55 | 0.27 | 0.33 |
| Hex | 3D | 69 | 5A | 2A | 0 | E | 3B | A0 | 1B | 21 |
| Octal | 75 | 151 | 132 | 52 | 0 | 16 | 73 | 240 | 33 | 41 |
| Binary | 111101 | 1101001 | 1011010 | 101010 | 0 | 1110 | 111011 | 10100000 | 11011 | 100001 |
Color Harmonies of #3D695A
Complementary color
Monochromatic Colors of #3D695A
Black with #3D695A
Text Example
Text Example
White with #3D695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D695A; }
p { color: rgb(61,105,90); }
H1.HeaderClassName
{
color: #3D695A;
}
.AnyTagClassName
{
color: #3D695A;
}
</style>
background-color css
<style>
a { background-color: #3D695A; }
a { background-color: rgb(61,105,90); }
div.DivClassName
{
background-color: #3D695A;
}
.BgClassName
{
background-color: #3D695A;
}
</style>
border-color css
<style>
span { border-color: #3D695A; }
span { border-color: rgb(61,105,90); }
td.TdClassName
{
border-color: #3D695A;
}
.TagClassName
{
border-color: #3D695A;
}
</style>