Shades of Stromboli #3D6B5B
Tints of Stromboli #3D6B5B
RGB
CMYK
RGB Variations
Color information
#3D6B5B (or 0x3D6B5B) is known color: Stromboli. HEX triplet: 3D, 6B and 5B. RGB value is (61,107,91). Sum of RGB (Red+Green+Blue) = 61+107+91=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6B5B is #C294A4. Grayscale: #5B5B5B. Windows color (decimal): -12752037 or 5991229. OLE color: 5991229.
HSL color Cylindrical-coordinate representation of color #3D6B5B: hue angle of 159.13º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D6B5B is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 107 | 91 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.58 |
| HSL | 159.13º | 0.27% | 0.33% | - |
| HSV(B) | 159.13º | 0.43% | 0.42% | - |
| XYZ | 9.07 | 12.26 | 11.79 | - |
| YUV | 91.42 | 127.76 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 91 | 0.43 | 0 | 0.15 | 0.58 | 159.13 | 0.27 | 0.33 |
| Hex | 3D | 6B | 5B | 2B | 0 | F | 3A | 9F | 1B | 21 |
| Octal | 75 | 153 | 133 | 53 | 0 | 17 | 72 | 237 | 33 | 41 |
| Binary | 111101 | 1101011 | 1011011 | 101011 | 0 | 1111 | 111010 | 10011111 | 11011 | 100001 |
Color Harmonies of #3D6B5B
Complementary color
Monochromatic Colors of #3D6B5B
Black with #3D6B5B
Text Example
Text Example
White with #3D6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6B5B; }
p { color: rgb(61,107,91); }
H1.HeaderClassName
{
color: #3D6B5B;
}
.AnyTagClassName
{
color: #3D6B5B;
}
</style>
background-color css
<style>
a { background-color: #3D6B5B; }
a { background-color: rgb(61,107,91); }
div.DivClassName
{
background-color: #3D6B5B;
}
.BgClassName
{
background-color: #3D6B5B;
}
</style>
border-color css
<style>
span { border-color: #3D6B5B; }
span { border-color: rgb(61,107,91); }
td.TdClassName
{
border-color: #3D6B5B;
}
.TagClassName
{
border-color: #3D6B5B;
}
</style>