Shades of Zuccini #104128
Tints of Zuccini #104128
RGB
CMYK
RGB Variations
Color information
#104128 (or 0x104128) is known color: Zuccini. HEX triplet: 10, 41 and 28. RGB value is (16,65,40). Sum of RGB (Red+Green+Blue) = 16+65+40=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #104128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104128 is #EFBED7. Grayscale: #2F2F2F. Windows color (decimal): -15711960 or 2638096. OLE color: 2638096.
HSL color Cylindrical-coordinate representation of color #104128: hue angle of 149.39º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104128 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 40 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.75 |
| HSL | 149.39º | 0.6% | 0.16% | - |
| HSV(B) | 149.39º | 0.75% | 0.25% | - |
| XYZ | 2.49 | 4.04 | 2.66 | - |
| YUV | 47.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 40 | 0.75 | 0 | 0.38 | 0.75 | 149.39 | 0.6 | 0.16 |
| Hex | 10 | 41 | 28 | 4B | 0 | 26 | 4B | 95 | 3C | 10 |
| Octal | 20 | 101 | 50 | 113 | 0 | 46 | 113 | 225 | 74 | 20 |
| Binary | 10000 | 1000001 | 101000 | 1001011 | 0 | 100110 | 1001011 | 10010101 | 111100 | 10000 |
Color Harmonies of #104128
Complementary color
Monochromatic Colors of #104128
Black with #104128
Text Example
Text Example
White with #104128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104128; }
p { color: rgb(16,65,40); }
H1.HeaderClassName
{
color: #104128;
}
.AnyTagClassName
{
color: #104128;
}
</style>
background-color css
<style>
a { background-color: #104128; }
a { background-color: rgb(16,65,40); }
div.DivClassName
{
background-color: #104128;
}
.BgClassName
{
background-color: #104128;
}
</style>
border-color css
<style>
span { border-color: #104128; }
span { border-color: rgb(16,65,40); }
td.TdClassName
{
border-color: #104128;
}
.TagClassName
{
border-color: #104128;
}
</style>