Shades of Zuccini #104C24
Tints of Zuccini #104C24
RGB
CMYK
RGB Variations
Color information
#104C24 (or 0x104C24) is known color: Zuccini. HEX triplet: 10, 4C and 24. RGB value is (16,76,36). Sum of RGB (Red+Green+Blue) = 16+76+36=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #104C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C24 is #EFB3DB. Grayscale: #353535. Windows color (decimal): -15709148 or 2378768. OLE color: 2378768.
HSL color Cylindrical-coordinate representation of color #104C24: hue angle of 140º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C24 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 36 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.70 |
| HSL | 140º | 0.65% | 0.18% | - |
| HSV(B) | 140º | 0.79% | 0.3% | - |
| XYZ | 3.12 | 5.41 | 2.55 | - |
| YUV | 53.5 | 118.12 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 36 | 0.79 | 0 | 0.53 | 0.70 | 140 | 0.65 | 0.18 |
| Hex | 10 | 4C | 24 | 4F | 0 | 35 | 46 | 8C | 41 | 12 |
| Octal | 20 | 114 | 44 | 117 | 0 | 65 | 106 | 214 | 101 | 22 |
| Binary | 10000 | 1001100 | 100100 | 1001111 | 0 | 110101 | 1000110 | 10001100 | 1000001 | 10010 |
Color Harmonies of #104C24
Complementary color
Monochromatic Colors of #104C24
Black with #104C24
Text Example
Text Example
White with #104C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C24; }
p { color: rgb(16,76,36); }
H1.HeaderClassName
{
color: #104C24;
}
.AnyTagClassName
{
color: #104C24;
}
</style>
background-color css
<style>
a { background-color: #104C24; }
a { background-color: rgb(16,76,36); }
div.DivClassName
{
background-color: #104C24;
}
.BgClassName
{
background-color: #104C24;
}
</style>
border-color css
<style>
span { border-color: #104C24; }
span { border-color: rgb(16,76,36); }
td.TdClassName
{
border-color: #104C24;
}
.TagClassName
{
border-color: #104C24;
}
</style>