Shades of Stromboli #4C635D
Tints of Stromboli #4C635D
RGB
CMYK
RGB Variations
Color information
#4C635D (or 0x4C635D) is known color: Stromboli. HEX triplet: 4C, 63 and 5D. RGB value is (76,99,93). Sum of RGB (Red+Green+Blue) = 76+99+93=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #4C635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C635D is #B39CA2. Grayscale: #5B5B5B. Windows color (decimal): -11771043 or 6120268. OLE color: 6120268.
HSL color Cylindrical-coordinate representation of color #4C635D: hue angle of 164.35º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C635D is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 93 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.61 |
| HSL | 164.35º | 0.13% | 0.34% | - |
| HSV(B) | 164.35º | 0.23% | 0.39% | - |
| XYZ | 9.42 | 11.25 | 12.03 | - |
| YUV | 91.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 93 | 0.23 | 0 | 0.06 | 0.61 | 164.35 | 0.13 | 0.34 |
| Hex | 4C | 63 | 5D | 17 | 0 | 6 | 3D | A4 | D | 22 |
| Octal | 114 | 143 | 135 | 27 | 0 | 6 | 75 | 244 | 15 | 42 |
| Binary | 1001100 | 1100011 | 1011101 | 10111 | 0 | 110 | 111101 | 10100100 | 1101 | 100010 |
Color Harmonies of #4C635D
Complementary color
Monochromatic Colors of #4C635D
Black with #4C635D
Text Example
Text Example
White with #4C635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C635D; }
p { color: rgb(76,99,93); }
H1.HeaderClassName
{
color: #4C635D;
}
.AnyTagClassName
{
color: #4C635D;
}
</style>
background-color css
<style>
a { background-color: #4C635D; }
a { background-color: rgb(76,99,93); }
div.DivClassName
{
background-color: #4C635D;
}
.BgClassName
{
background-color: #4C635D;
}
</style>
border-color css
<style>
span { border-color: #4C635D; }
span { border-color: rgb(76,99,93); }
td.TdClassName
{
border-color: #4C635D;
}
.TagClassName
{
border-color: #4C635D;
}
</style>