Shades of Stromboli #38725E
Tints of Stromboli #38725E
RGB
CMYK
RGB Variations
Color information
#38725E (or 0x38725E) is known color: Stromboli. HEX triplet: 38, 72 and 5E. RGB value is (56,114,94). Sum of RGB (Red+Green+Blue) = 56+114+94=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #38725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38725E is #C78DA1. Grayscale: #5E5E5E. Windows color (decimal): -13077922 or 6189624. OLE color: 6189624.
HSL color Cylindrical-coordinate representation of color #38725E: hue angle of 159.31º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38725E is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 94 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.55 |
| HSL | 159.31º | 0.34% | 0.33% | - |
| HSV(B) | 159.31º | 0.51% | 0.45% | - |
| XYZ | 9.67 | 13.68 | 12.72 | - |
| YUV | 94.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 94 | 0.51 | 0 | 0.18 | 0.55 | 159.31 | 0.34 | 0.33 |
| Hex | 38 | 72 | 5E | 33 | 0 | 12 | 37 | 9F | 22 | 21 |
| Octal | 70 | 162 | 136 | 63 | 0 | 22 | 67 | 237 | 42 | 41 |
| Binary | 111000 | 1110010 | 1011110 | 110011 | 0 | 10010 | 110111 | 10011111 | 100010 | 100001 |
Color Harmonies of #38725E
Complementary color
Monochromatic Colors of #38725E
Black with #38725E
Text Example
Text Example
White with #38725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38725E; }
p { color: rgb(56,114,94); }
H1.HeaderClassName
{
color: #38725E;
}
.AnyTagClassName
{
color: #38725E;
}
</style>
background-color css
<style>
a { background-color: #38725E; }
a { background-color: rgb(56,114,94); }
div.DivClassName
{
background-color: #38725E;
}
.BgClassName
{
background-color: #38725E;
}
</style>
border-color css
<style>
span { border-color: #38725E; }
span { border-color: rgb(56,114,94); }
td.TdClassName
{
border-color: #38725E;
}
.TagClassName
{
border-color: #38725E;
}
</style>