Shades of Zuccini #104728
Tints of Zuccini #104728
RGB
CMYK
RGB Variations
Color information
#104728 (or 0x104728) is known color: Zuccini. HEX triplet: 10, 47 and 28. RGB value is (16,71,40). Sum of RGB (Red+Green+Blue) = 16+71+40=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #104728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104728 is #EFB8D7. Grayscale: #333333. Windows color (decimal): -15710424 or 2639632. OLE color: 2639632.
HSL color Cylindrical-coordinate representation of color #104728: hue angle of 146.18º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104728 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 71 | 40 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.72 |
| HSL | 146.18º | 0.63% | 0.17% | - |
| HSV(B) | 146.18º | 0.77% | 0.28% | - |
| XYZ | 2.85 | 4.77 | 2.78 | - |
| YUV | 51.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 40 | 0.77 | 0 | 0.44 | 0.72 | 146.18 | 0.63 | 0.17 |
| Hex | 10 | 47 | 28 | 4D | 0 | 2C | 48 | 92 | 3F | 11 |
| Octal | 20 | 107 | 50 | 115 | 0 | 54 | 110 | 222 | 77 | 21 |
| Binary | 10000 | 1000111 | 101000 | 1001101 | 0 | 101100 | 1001000 | 10010010 | 111111 | 10001 |
Color Harmonies of #104728
Complementary color
Monochromatic Colors of #104728
Black with #104728
Text Example
Text Example
White with #104728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104728; }
p { color: rgb(16,71,40); }
H1.HeaderClassName
{
color: #104728;
}
.AnyTagClassName
{
color: #104728;
}
</style>
background-color css
<style>
a { background-color: #104728; }
a { background-color: rgb(16,71,40); }
div.DivClassName
{
background-color: #104728;
}
.BgClassName
{
background-color: #104728;
}
</style>
border-color css
<style>
span { border-color: #104728; }
span { border-color: rgb(16,71,40); }
td.TdClassName
{
border-color: #104728;
}
.TagClassName
{
border-color: #104728;
}
</style>