Shades of Stromboli #48655A
Tints of Stromboli #48655A
RGB
CMYK
RGB Variations
Color information
#48655A (or 0x48655A) is known color: Stromboli. HEX triplet: 48, 65 and 5A. RGB value is (72,101,90). Sum of RGB (Red+Green+Blue) = 72+101+90=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #48655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48655A is #B79AA5. Grayscale: #5B5B5B. Windows color (decimal): -12032678 or 5924168. OLE color: 5924168.
HSL color Cylindrical-coordinate representation of color #48655A: hue angle of 157.24º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48655A is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 90 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.60 |
| HSL | 157.24º | 0.17% | 0.34% | - |
| HSV(B) | 157.24º | 0.29% | 0.4% | - |
| XYZ | 9.17 | 11.42 | 11.39 | - |
| YUV | 91.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 90 | 0.29 | 0 | 0.11 | 0.60 | 157.24 | 0.17 | 0.34 |
| Hex | 48 | 65 | 5A | 1D | 0 | B | 3C | 9D | 11 | 22 |
| Octal | 110 | 145 | 132 | 35 | 0 | 13 | 74 | 235 | 21 | 42 |
| Binary | 1001000 | 1100101 | 1011010 | 11101 | 0 | 1011 | 111100 | 10011101 | 10001 | 100010 |
Color Harmonies of #48655A
Complementary color
Monochromatic Colors of #48655A
Black with #48655A
Text Example
Text Example
White with #48655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48655A; }
p { color: rgb(72,101,90); }
H1.HeaderClassName
{
color: #48655A;
}
.AnyTagClassName
{
color: #48655A;
}
</style>
background-color css
<style>
a { background-color: #48655A; }
a { background-color: rgb(72,101,90); }
div.DivClassName
{
background-color: #48655A;
}
.BgClassName
{
background-color: #48655A;
}
</style>
border-color css
<style>
span { border-color: #48655A; }
span { border-color: rgb(72,101,90); }
td.TdClassName
{
border-color: #48655A;
}
.TagClassName
{
border-color: #48655A;
}
</style>