Shades of Stromboli #38675D
Tints of Stromboli #38675D
RGB
CMYK
RGB Variations
Color information
#38675D (or 0x38675D) is known color: Stromboli. HEX triplet: 38, 67 and 5D. RGB value is (56,103,93). Sum of RGB (Red+Green+Blue) = 56+103+93=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #38675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38675D is #C798A2. Grayscale: #575757. Windows color (decimal): -13080739 or 6121272. OLE color: 6121272.
HSL color Cylindrical-coordinate representation of color #38675D: hue angle of 167.23º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38675D is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 103 | 93 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.60 |
| HSL | 167.23º | 0.3% | 0.31% | - |
| HSV(B) | 167.23º | 0.46% | 0.4% | - |
| XYZ | 8.46 | 11.33 | 12.1 | - |
| YUV | 87.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 103 | 93 | 0.46 | 0 | 0.10 | 0.60 | 167.23 | 0.3 | 0.31 |
| Hex | 38 | 67 | 5D | 2E | 0 | A | 3C | A7 | 1E | 1F |
| Octal | 70 | 147 | 135 | 56 | 0 | 12 | 74 | 247 | 36 | 37 |
| Binary | 111000 | 1100111 | 1011101 | 101110 | 0 | 1010 | 111100 | 10100111 | 11110 | 11111 |
Color Harmonies of #38675D
Complementary color
Monochromatic Colors of #38675D
Black with #38675D
Text Example
Text Example
White with #38675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38675D; }
p { color: rgb(56,103,93); }
H1.HeaderClassName
{
color: #38675D;
}
.AnyTagClassName
{
color: #38675D;
}
</style>
background-color css
<style>
a { background-color: #38675D; }
a { background-color: rgb(56,103,93); }
div.DivClassName
{
background-color: #38675D;
}
.BgClassName
{
background-color: #38675D;
}
</style>
border-color css
<style>
span { border-color: #38675D; }
span { border-color: rgb(56,103,93); }
td.TdClassName
{
border-color: #38675D;
}
.TagClassName
{
border-color: #38675D;
}
</style>