Shades of Stromboli #3D735D
Tints of Stromboli #3D735D
RGB
CMYK
RGB Variations
Color information
#3D735D (or 0x3D735D) is known color: Stromboli. HEX triplet: 3D, 73 and 5D. RGB value is (61,115,93). Sum of RGB (Red+Green+Blue) = 61+115+93=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #3D735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D735D is #C28CA2. Grayscale: #606060. Windows color (decimal): -12749987 or 6124349. OLE color: 6124349.
HSL color Cylindrical-coordinate representation of color #3D735D: hue angle of 155.56º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D735D is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 93 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.55 |
| HSL | 155.56º | 0.31% | 0.35% | - |
| HSV(B) | 155.56º | 0.47% | 0.45% | - |
| XYZ | 10.03 | 14.04 | 12.54 | - |
| YUV | 96.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 93 | 0.47 | 0 | 0.19 | 0.55 | 155.56 | 0.31 | 0.35 |
| Hex | 3D | 73 | 5D | 2F | 0 | 13 | 37 | 9C | 1F | 23 |
| Octal | 75 | 163 | 135 | 57 | 0 | 23 | 67 | 234 | 37 | 43 |
| Binary | 111101 | 1110011 | 1011101 | 101111 | 0 | 10011 | 110111 | 10011100 | 11111 | 100011 |
Color Harmonies of #3D735D
Complementary color
Monochromatic Colors of #3D735D
Black with #3D735D
Text Example
Text Example
White with #3D735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D735D; }
p { color: rgb(61,115,93); }
H1.HeaderClassName
{
color: #3D735D;
}
.AnyTagClassName
{
color: #3D735D;
}
</style>
background-color css
<style>
a { background-color: #3D735D; }
a { background-color: rgb(61,115,93); }
div.DivClassName
{
background-color: #3D735D;
}
.BgClassName
{
background-color: #3D735D;
}
</style>
border-color css
<style>
span { border-color: #3D735D; }
span { border-color: rgb(61,115,93); }
td.TdClassName
{
border-color: #3D735D;
}
.TagClassName
{
border-color: #3D735D;
}
</style>