Shades of Zuccini #104926
Tints of Zuccini #104926
RGB
CMYK
RGB Variations
Color information
#104926 (or 0x104926) is known color: Zuccini. HEX triplet: 10, 49 and 26. RGB value is (16,73,38). Sum of RGB (Red+Green+Blue) = 16+73+38=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #104926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104926 is #EFB6D9. Grayscale: #343434. Windows color (decimal): -15709914 or 2509072. OLE color: 2509072.
HSL color Cylindrical-coordinate representation of color #104926: hue angle of 143.16º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104926 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 73 | 38 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.71 |
| HSL | 143.16º | 0.64% | 0.17% | - |
| HSV(B) | 143.16º | 0.78% | 0.29% | - |
| XYZ | 2.95 | 5.02 | 2.65 | - |
| YUV | 51.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 73 | 38 | 0.78 | 0 | 0.48 | 0.71 | 143.16 | 0.64 | 0.17 |
| Hex | 10 | 49 | 26 | 4E | 0 | 30 | 47 | 8F | 40 | 11 |
| Octal | 20 | 111 | 46 | 116 | 0 | 60 | 107 | 217 | 100 | 21 |
| Binary | 10000 | 1001001 | 100110 | 1001110 | 0 | 110000 | 1000111 | 10001111 | 1000000 | 10001 |
Color Harmonies of #104926
Complementary color
Monochromatic Colors of #104926
Black with #104926
Text Example
Text Example
White with #104926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104926; }
p { color: rgb(16,73,38); }
H1.HeaderClassName
{
color: #104926;
}
.AnyTagClassName
{
color: #104926;
}
</style>
background-color css
<style>
a { background-color: #104926; }
a { background-color: rgb(16,73,38); }
div.DivClassName
{
background-color: #104926;
}
.BgClassName
{
background-color: #104926;
}
</style>
border-color css
<style>
span { border-color: #104926; }
span { border-color: rgb(16,73,38); }
td.TdClassName
{
border-color: #104926;
}
.TagClassName
{
border-color: #104926;
}
</style>