Shades of Stromboli #38635B
Tints of Stromboli #38635B
RGB
CMYK
RGB Variations
Color information
#38635B (or 0x38635B) is known color: Stromboli. HEX triplet: 38, 63 and 5B. RGB value is (56,99,91). Sum of RGB (Red+Green+Blue) = 56+99+91=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #38635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38635B is #C79CA4. Grayscale: #555555. Windows color (decimal): -13081765 or 5989176. OLE color: 5989176.
HSL color Cylindrical-coordinate representation of color #38635B: hue angle of 168.84º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38635B is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 99 | 91 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.61 |
| HSL | 168.84º | 0.28% | 0.3% | - |
| HSV(B) | 168.84º | 0.43% | 0.39% | - |
| XYZ | 7.98 | 10.52 | 11.51 | - |
| YUV | 85.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 99 | 91 | 0.43 | 0 | 0.08 | 0.61 | 168.84 | 0.28 | 0.3 |
| Hex | 38 | 63 | 5B | 2B | 0 | 8 | 3D | A9 | 1C | 1E |
| Octal | 70 | 143 | 133 | 53 | 0 | 10 | 75 | 251 | 34 | 36 |
| Binary | 111000 | 1100011 | 1011011 | 101011 | 0 | 1000 | 111101 | 10101001 | 11100 | 11110 |
Color Harmonies of #38635B
Complementary color
Monochromatic Colors of #38635B
Black with #38635B
Text Example
Text Example
White with #38635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38635B; }
p { color: rgb(56,99,91); }
H1.HeaderClassName
{
color: #38635B;
}
.AnyTagClassName
{
color: #38635B;
}
</style>
background-color css
<style>
a { background-color: #38635B; }
a { background-color: rgb(56,99,91); }
div.DivClassName
{
background-color: #38635B;
}
.BgClassName
{
background-color: #38635B;
}
</style>
border-color css
<style>
span { border-color: #38635B; }
span { border-color: rgb(56,99,91); }
td.TdClassName
{
border-color: #38635B;
}
.TagClassName
{
border-color: #38635B;
}
</style>