Shades of Zuccini #104028
Tints of Zuccini #104028
RGB
CMYK
RGB Variations
Color information
#104028 (or 0x104028) is known color: Zuccini. HEX triplet: 10, 40 and 28. RGB value is (16,64,40). Sum of RGB (Red+Green+Blue) = 16+64+40=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #104028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104028 is #EFBFD7. Grayscale: #2E2E2E. Windows color (decimal): -15712216 or 2637840. OLE color: 2637840.
HSL color Cylindrical-coordinate representation of color #104028: hue angle of 150º 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 #104028 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 40 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.75 |
| HSL | 150º | 0.6% | 0.16% | - |
| HSV(B) | 150º | 0.75% | 0.25% | - |
| XYZ | 2.43 | 3.93 | 2.64 | - |
| YUV | 46.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 40 | 0.75 | 0 | 0.38 | 0.75 | 150 | 0.6 | 0.16 |
| Hex | 10 | 40 | 28 | 4B | 0 | 26 | 4B | 96 | 3C | 10 |
| Octal | 20 | 100 | 50 | 113 | 0 | 46 | 113 | 226 | 74 | 20 |
| Binary | 10000 | 1000000 | 101000 | 1001011 | 0 | 100110 | 1001011 | 10010110 | 111100 | 10000 |
Color Harmonies of #104028
Complementary color
Monochromatic Colors of #104028
Black with #104028
Text Example
Text Example
White with #104028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104028; }
p { color: rgb(16,64,40); }
H1.HeaderClassName
{
color: #104028;
}
.AnyTagClassName
{
color: #104028;
}
</style>
background-color css
<style>
a { background-color: #104028; }
a { background-color: rgb(16,64,40); }
div.DivClassName
{
background-color: #104028;
}
.BgClassName
{
background-color: #104028;
}
</style>
border-color css
<style>
span { border-color: #104028; }
span { border-color: rgb(16,64,40); }
td.TdClassName
{
border-color: #104028;
}
.TagClassName
{
border-color: #104028;
}
</style>