Shades of Zuccini #104C25
Tints of Zuccini #104C25
RGB
CMYK
RGB Variations
Color information
#104C25 (or 0x104C25) is known color: Zuccini. HEX triplet: 10, 4C and 25. RGB value is (16,76,37). Sum of RGB (Red+Green+Blue) = 16+76+37=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #104C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C25 is #EFB3DA. Grayscale: #353535. Windows color (decimal): -15709147 or 2444304. OLE color: 2444304.
HSL color Cylindrical-coordinate representation of color #104C25: hue angle of 141º 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 #104C25 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 37 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.70 |
| HSL | 141º | 0.65% | 0.18% | - |
| HSV(B) | 141º | 0.79% | 0.3% | - |
| XYZ | 3.13 | 5.41 | 2.63 | - |
| YUV | 53.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 37 | 0.79 | 0 | 0.51 | 0.70 | 141 | 0.65 | 0.18 |
| Hex | 10 | 4C | 25 | 4F | 0 | 33 | 46 | 8D | 41 | 12 |
| Octal | 20 | 114 | 45 | 117 | 0 | 63 | 106 | 215 | 101 | 22 |
| Binary | 10000 | 1001100 | 100101 | 1001111 | 0 | 110011 | 1000110 | 10001101 | 1000001 | 10010 |
Color Harmonies of #104C25
Complementary color
Monochromatic Colors of #104C25
Black with #104C25
Text Example
Text Example
White with #104C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C25; }
p { color: rgb(16,76,37); }
H1.HeaderClassName
{
color: #104C25;
}
.AnyTagClassName
{
color: #104C25;
}
</style>
background-color css
<style>
a { background-color: #104C25; }
a { background-color: rgb(16,76,37); }
div.DivClassName
{
background-color: #104C25;
}
.BgClassName
{
background-color: #104C25;
}
</style>
border-color css
<style>
span { border-color: #104C25; }
span { border-color: rgb(16,76,37); }
td.TdClassName
{
border-color: #104C25;
}
.TagClassName
{
border-color: #104C25;
}
</style>