Shades of Zuccini #104826
Tints of Zuccini #104826
RGB
CMYK
RGB Variations
Color information
#104826 (or 0x104826) is known color: Zuccini. HEX triplet: 10, 48 and 26. RGB value is (16,72,38). Sum of RGB (Red+Green+Blue) = 16+72+38=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #104826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104826 is #EFB7D9. Grayscale: #333333. Windows color (decimal): -15710170 or 2508816. OLE color: 2508816.
HSL color Cylindrical-coordinate representation of color #104826: hue angle of 143.57º 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 #104826 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 72 | 38 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.72 |
| HSL | 143.57º | 0.64% | 0.17% | - |
| HSV(B) | 143.57º | 0.78% | 0.28% | - |
| XYZ | 2.88 | 4.88 | 2.62 | - |
| YUV | 51.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 72 | 38 | 0.78 | 0 | 0.47 | 0.72 | 143.57 | 0.64 | 0.17 |
| Hex | 10 | 48 | 26 | 4E | 0 | 2F | 48 | 90 | 40 | 11 |
| Octal | 20 | 110 | 46 | 116 | 0 | 57 | 110 | 220 | 100 | 21 |
| Binary | 10000 | 1001000 | 100110 | 1001110 | 0 | 101111 | 1001000 | 10010000 | 1000000 | 10001 |
Color Harmonies of #104826
Complementary color
Monochromatic Colors of #104826
Black with #104826
Text Example
Text Example
White with #104826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104826; }
p { color: rgb(16,72,38); }
H1.HeaderClassName
{
color: #104826;
}
.AnyTagClassName
{
color: #104826;
}
</style>
background-color css
<style>
a { background-color: #104826; }
a { background-color: rgb(16,72,38); }
div.DivClassName
{
background-color: #104826;
}
.BgClassName
{
background-color: #104826;
}
</style>
border-color css
<style>
span { border-color: #104826; }
span { border-color: rgb(16,72,38); }
td.TdClassName
{
border-color: #104826;
}
.TagClassName
{
border-color: #104826;
}
</style>