Shades of Zuccini #104D26
Tints of Zuccini #104D26
RGB
CMYK
RGB Variations
Color information
#104D26 (or 0x104D26) is known color: Zuccini. HEX triplet: 10, 4D and 26. RGB value is (16,77,38). Sum of RGB (Red+Green+Blue) = 16+77+38=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #104D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D26 is #EFB2D9. Grayscale: #363636. Windows color (decimal): -15708890 or 2510096. OLE color: 2510096.
HSL color Cylindrical-coordinate representation of color #104D26: hue angle of 141.64º degrees, saturation: 0.66, 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 #104D26 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 38 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.70 |
| HSL | 141.64º | 0.66% | 0.18% | - |
| HSV(B) | 141.64º | 0.79% | 0.3% | - |
| XYZ | 3.22 | 5.56 | 2.74 | - |
| YUV | 54.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 38 | 0.79 | 0 | 0.51 | 0.70 | 141.64 | 0.66 | 0.18 |
| Hex | 10 | 4D | 26 | 4F | 0 | 33 | 46 | 8E | 42 | 12 |
| Octal | 20 | 115 | 46 | 117 | 0 | 63 | 106 | 216 | 102 | 22 |
| Binary | 10000 | 1001101 | 100110 | 1001111 | 0 | 110011 | 1000110 | 10001110 | 1000010 | 10010 |
Color Harmonies of #104D26
Complementary color
Monochromatic Colors of #104D26
Black with #104D26
Text Example
Text Example
White with #104D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D26; }
p { color: rgb(16,77,38); }
H1.HeaderClassName
{
color: #104D26;
}
.AnyTagClassName
{
color: #104D26;
}
</style>
background-color css
<style>
a { background-color: #104D26; }
a { background-color: rgb(16,77,38); }
div.DivClassName
{
background-color: #104D26;
}
.BgClassName
{
background-color: #104D26;
}
</style>
border-color css
<style>
span { border-color: #104D26; }
span { border-color: rgb(16,77,38); }
td.TdClassName
{
border-color: #104D26;
}
.TagClassName
{
border-color: #104D26;
}
</style>