Shades of Stromboli #38725D
Tints of Stromboli #38725D
RGB
CMYK
RGB Variations
Color information
#38725D (or 0x38725D) is known color: Stromboli. HEX triplet: 38, 72 and 5D. RGB value is (56,114,93). Sum of RGB (Red+Green+Blue) = 56+114+93=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #38725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38725D is #C78DA2. Grayscale: #5E5E5E. Windows color (decimal): -13077923 or 6124088. OLE color: 6124088.
HSL color Cylindrical-coordinate representation of color #38725D: hue angle of 158.28º 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 #38725D is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 114 | 93 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.55 |
| HSL | 158.28º | 0.34% | 0.33% | - |
| HSV(B) | 158.28º | 0.51% | 0.45% | - |
| XYZ | 9.62 | 13.67 | 12.49 | - |
| YUV | 94.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 93 | 0.51 | 0 | 0.18 | 0.55 | 158.28 | 0.34 | 0.33 |
| Hex | 38 | 72 | 5D | 33 | 0 | 12 | 37 | 9E | 22 | 21 |
| Octal | 70 | 162 | 135 | 63 | 0 | 22 | 67 | 236 | 42 | 41 |
| Binary | 111000 | 1110010 | 1011101 | 110011 | 0 | 10010 | 110111 | 10011110 | 100010 | 100001 |
Color Harmonies of #38725D
Complementary color
Monochromatic Colors of #38725D
Black with #38725D
Text Example
Text Example
White with #38725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38725D; }
p { color: rgb(56,114,93); }
H1.HeaderClassName
{
color: #38725D;
}
.AnyTagClassName
{
color: #38725D;
}
</style>
background-color css
<style>
a { background-color: #38725D; }
a { background-color: rgb(56,114,93); }
div.DivClassName
{
background-color: #38725D;
}
.BgClassName
{
background-color: #38725D;
}
</style>
border-color css
<style>
span { border-color: #38725D; }
span { border-color: rgb(56,114,93); }
td.TdClassName
{
border-color: #38725D;
}
.TagClassName
{
border-color: #38725D;
}
</style>