Shades of Stromboli #3B6453
Tints of Stromboli #3B6453
RGB
CMYK
RGB Variations
Color information
#3B6453 (or 0x3B6453) is known color: Stromboli. HEX triplet: 3B, 64 and 53. RGB value is (59,100,83). Sum of RGB (Red+Green+Blue) = 59+100+83=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #3B6453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6453 is #C49BAC. Grayscale: #555555. Windows color (decimal): -12884909 or 5465147. OLE color: 5465147.
HSL color Cylindrical-coordinate representation of color #3B6453: hue angle of 155.12º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B6453 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 100 | 83 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.61 |
| HSL | 155.12º | 0.26% | 0.31% | - |
| HSV(B) | 155.12º | 0.41% | 0.39% | - |
| XYZ | 7.92 | 10.67 | 9.83 | - |
| YUV | 85.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 83 | 0.41 | 0 | 0.17 | 0.61 | 155.12 | 0.26 | 0.31 |
| Hex | 3B | 64 | 53 | 29 | 0 | 11 | 3D | 9B | 1A | 1F |
| Octal | 73 | 144 | 123 | 51 | 0 | 21 | 75 | 233 | 32 | 37 |
| Binary | 111011 | 1100100 | 1010011 | 101001 | 0 | 10001 | 111101 | 10011011 | 11010 | 11111 |
Color Harmonies of #3B6453
Complementary color
Monochromatic Colors of #3B6453
Black with #3B6453
Text Example
Text Example
White with #3B6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6453; }
p { color: rgb(59,100,83); }
H1.HeaderClassName
{
color: #3B6453;
}
.AnyTagClassName
{
color: #3B6453;
}
</style>
background-color css
<style>
a { background-color: #3B6453; }
a { background-color: rgb(59,100,83); }
div.DivClassName
{
background-color: #3B6453;
}
.BgClassName
{
background-color: #3B6453;
}
</style>
border-color css
<style>
span { border-color: #3B6453; }
span { border-color: rgb(59,100,83); }
td.TdClassName
{
border-color: #3B6453;
}
.TagClassName
{
border-color: #3B6453;
}
</style>