Shades of Zuccini #104E2B
Tints of Zuccini #104E2B
RGB
CMYK
RGB Variations
Color information
#104E2B (or 0x104E2B) is known color: Zuccini. HEX triplet: 10, 4E and 2B. RGB value is (16,78,43). Sum of RGB (Red+Green+Blue) = 16+78+43=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 78 (30.86% from 255 or 56.93% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 78 - color contains mainly: green. Hex color #104E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E2B is #EFB1D4. Grayscale: #373737. Windows color (decimal): -15708629 or 2838032. OLE color: 2838032.
HSL color Cylindrical-coordinate representation of color #104E2B: hue angle of 146.13º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E2B is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 43 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.69 |
| HSL | 146.13º | 0.66% | 0.18% | - |
| HSV(B) | 146.13º | 0.79% | 0.31% | - |
| XYZ | 3.37 | 5.73 | 3.21 | - |
| YUV | 55.47 | 120.96 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 43 | 0.79 | 0 | 0.45 | 0.69 | 146.13 | 0.66 | 0.18 |
| Hex | 10 | 4E | 2B | 4F | 0 | 2D | 45 | 92 | 42 | 12 |
| Octal | 20 | 116 | 53 | 117 | 0 | 55 | 105 | 222 | 102 | 22 |
| Binary | 10000 | 1001110 | 101011 | 1001111 | 0 | 101101 | 1000101 | 10010010 | 1000010 | 10010 |
Color Harmonies of #104E2B
Complementary color
Monochromatic Colors of #104E2B
Black with #104E2B
Text Example
Text Example
White with #104E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E2B; }
p { color: rgb(16,78,43); }
H1.HeaderClassName
{
color: #104E2B;
}
.AnyTagClassName
{
color: #104E2B;
}
</style>
background-color css
<style>
a { background-color: #104E2B; }
a { background-color: rgb(16,78,43); }
div.DivClassName
{
background-color: #104E2B;
}
.BgClassName
{
background-color: #104E2B;
}
</style>
border-color css
<style>
span { border-color: #104E2B; }
span { border-color: rgb(16,78,43); }
td.TdClassName
{
border-color: #104E2B;
}
.TagClassName
{
border-color: #104E2B;
}
</style>