Shades of Stromboli #38745D
Tints of Stromboli #38745D
RGB
CMYK
RGB Variations
Color information
#38745D (or 0x38745D) is known color: Stromboli. HEX triplet: 38, 74 and 5D. RGB value is (56,116,93). Sum of RGB (Red+Green+Blue) = 56+116+93=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #38745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38745D is #C78BA2. Grayscale: #5F5F5F. Windows color (decimal): -13077411 or 6124600. OLE color: 6124600.
HSL color Cylindrical-coordinate representation of color #38745D: hue angle of 157º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38745D is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 116 | 93 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.55 |
| HSL | 157º | 0.35% | 0.34% | - |
| HSV(B) | 157º | 0.52% | 0.45% | - |
| XYZ | 9.85 | 14.12 | 12.56 | - |
| YUV | 95.44 | 126.62 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 93 | 0.52 | 0 | 0.20 | 0.55 | 157 | 0.35 | 0.34 |
| Hex | 38 | 74 | 5D | 34 | 0 | 14 | 37 | 9D | 23 | 22 |
| Octal | 70 | 164 | 135 | 64 | 0 | 24 | 67 | 235 | 43 | 42 |
| Binary | 111000 | 1110100 | 1011101 | 110100 | 0 | 10100 | 110111 | 10011101 | 100011 | 100010 |
Color Harmonies of #38745D
Complementary color
Monochromatic Colors of #38745D
Black with #38745D
Text Example
Text Example
White with #38745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38745D; }
p { color: rgb(56,116,93); }
H1.HeaderClassName
{
color: #38745D;
}
.AnyTagClassName
{
color: #38745D;
}
</style>
background-color css
<style>
a { background-color: #38745D; }
a { background-color: rgb(56,116,93); }
div.DivClassName
{
background-color: #38745D;
}
.BgClassName
{
background-color: #38745D;
}
</style>
border-color css
<style>
span { border-color: #38745D; }
span { border-color: rgb(56,116,93); }
td.TdClassName
{
border-color: #38745D;
}
.TagClassName
{
border-color: #38745D;
}
</style>