Shades of Stromboli #3D6A5F
Tints of Stromboli #3D6A5F
RGB
CMYK
RGB Variations
Color information
#3D6A5F (or 0x3D6A5F) is known color: Stromboli. HEX triplet: 3D, 6A and 5F. RGB value is (61,106,95). Sum of RGB (Red+Green+Blue) = 61+106+95=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A5F is #C295A0. Grayscale: #5B5B5B. Windows color (decimal): -12752289 or 6253117. OLE color: 6253117.
HSL color Cylindrical-coordinate representation of color #3D6A5F: hue angle of 165.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D6A5F is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 106 | 95 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.58 |
| HSL | 165.33º | 0.27% | 0.33% | - |
| HSV(B) | 165.33º | 0.42% | 0.42% | - |
| XYZ | 9.14 | 12.13 | 12.69 | - |
| YUV | 91.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 106 | 95 | 0.42 | 0 | 0.10 | 0.58 | 165.33 | 0.27 | 0.33 |
| Hex | 3D | 6A | 5F | 2A | 0 | A | 3A | A5 | 1B | 21 |
| Octal | 75 | 152 | 137 | 52 | 0 | 12 | 72 | 245 | 33 | 41 |
| Binary | 111101 | 1101010 | 1011111 | 101010 | 0 | 1010 | 111010 | 10100101 | 11011 | 100001 |
Color Harmonies of #3D6A5F
Complementary color
Monochromatic Colors of #3D6A5F
Black with #3D6A5F
Text Example
Text Example
White with #3D6A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6A5F; }
p { color: rgb(61,106,95); }
H1.HeaderClassName
{
color: #3D6A5F;
}
.AnyTagClassName
{
color: #3D6A5F;
}
</style>
background-color css
<style>
a { background-color: #3D6A5F; }
a { background-color: rgb(61,106,95); }
div.DivClassName
{
background-color: #3D6A5F;
}
.BgClassName
{
background-color: #3D6A5F;
}
</style>
border-color css
<style>
span { border-color: #3D6A5F; }
span { border-color: rgb(61,106,95); }
td.TdClassName
{
border-color: #3D6A5F;
}
.TagClassName
{
border-color: #3D6A5F;
}
</style>