Shades of Zuccini #104D2E
Tints of Zuccini #104D2E
RGB
CMYK
RGB Variations
Color information
#104D2E (or 0x104D2E) is known color: Zuccini. HEX triplet: 10, 4D and 2E. RGB value is (16,77,46). Sum of RGB (Red+Green+Blue) = 16+77+46=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 77 (30.47% from 255 or 55.40% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 77 - color contains mainly: green. Hex color #104D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104D2E is #EFB2D1. Grayscale: #373737. Windows color (decimal): -15708882 or 3034384. OLE color: 3034384.
HSL color Cylindrical-coordinate representation of color #104D2E: hue angle of 149.51º 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 #104D2E is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 77 | 46 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.70 |
| HSL | 149.51º | 0.66% | 0.18% | - |
| HSV(B) | 149.51º | 0.79% | 0.3% | - |
| XYZ | 3.36 | 5.62 | 3.49 | - |
| YUV | 55.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 46 | 0.79 | 0 | 0.40 | 0.70 | 149.51 | 0.66 | 0.18 |
| Hex | 10 | 4D | 2E | 4F | 0 | 28 | 46 | 96 | 42 | 12 |
| Octal | 20 | 115 | 56 | 117 | 0 | 50 | 106 | 226 | 102 | 22 |
| Binary | 10000 | 1001101 | 101110 | 1001111 | 0 | 101000 | 1000110 | 10010110 | 1000010 | 10010 |
Color Harmonies of #104D2E
Complementary color
Monochromatic Colors of #104D2E
Black with #104D2E
Text Example
Text Example
White with #104D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104D2E; }
p { color: rgb(16,77,46); }
H1.HeaderClassName
{
color: #104D2E;
}
.AnyTagClassName
{
color: #104D2E;
}
</style>
background-color css
<style>
a { background-color: #104D2E; }
a { background-color: rgb(16,77,46); }
div.DivClassName
{
background-color: #104D2E;
}
.BgClassName
{
background-color: #104D2E;
}
</style>
border-color css
<style>
span { border-color: #104D2E; }
span { border-color: rgb(16,77,46); }
td.TdClassName
{
border-color: #104D2E;
}
.TagClassName
{
border-color: #104D2E;
}
</style>