Shades of Zuccini #104824
Tints of Zuccini #104824
RGB
CMYK
RGB Variations
Color information
#104824 (or 0x104824) is known color: Zuccini. HEX triplet: 10, 48 and 24. RGB value is (16,72,36). Sum of RGB (Red+Green+Blue) = 16+72+36=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #104824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104824 is #EFB7DB. Grayscale: #333333. Windows color (decimal): -15710172 or 2377744. OLE color: 2377744.
HSL color Cylindrical-coordinate representation of color #104824: hue angle of 141.43º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104824 is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 72 | 36 | - |
| CMYK | 0.78 | 0 | 0.5 | 0.72 |
| HSL | 141.43º | 0.64% | 0.17% | - |
| HSV(B) | 141.43º | 0.78% | 0.28% | - |
| XYZ | 2.85 | 4.87 | 2.46 | - |
| YUV | 51.15 | 119.45 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 36 | 0.78 | 0 | 0.5 | 0.72 | 141.43 | 0.64 | 0.17 |
| Hex | 10 | 48 | 24 | 4E | 0 | 32 | 48 | 8D | 40 | 11 |
| Octal | 20 | 110 | 44 | 116 | 0 | 62 | 110 | 215 | 100 | 21 |
| Binary | 10000 | 1001000 | 100100 | 1001110 | 0 | 110010 | 1001000 | 10001101 | 1000000 | 10001 |
Color Harmonies of #104824
Complementary color
Monochromatic Colors of #104824
Black with #104824
Text Example
Text Example
White with #104824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104824; }
p { color: rgb(16,72,36); }
H1.HeaderClassName
{
color: #104824;
}
.AnyTagClassName
{
color: #104824;
}
</style>
background-color css
<style>
a { background-color: #104824; }
a { background-color: rgb(16,72,36); }
div.DivClassName
{
background-color: #104824;
}
.BgClassName
{
background-color: #104824;
}
</style>
border-color css
<style>
span { border-color: #104824; }
span { border-color: rgb(16,72,36); }
td.TdClassName
{
border-color: #104824;
}
.TagClassName
{
border-color: #104824;
}
</style>