Shades of Zuccini #104127
Tints of Zuccini #104127
RGB
CMYK
RGB Variations
Color information
#104127 (or 0x104127) is known color: Zuccini. HEX triplet: 10, 41 and 27. RGB value is (16,65,39). Sum of RGB (Red+Green+Blue) = 16+65+39=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #104127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104127 is #EFBED8. Grayscale: #2F2F2F. Windows color (decimal): -15711961 or 2572560. OLE color: 2572560.
HSL color Cylindrical-coordinate representation of color #104127: hue angle of 148.16º 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 #104127 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 39 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.75 |
| HSL | 148.16º | 0.6% | 0.16% | - |
| HSV(B) | 148.16º | 0.75% | 0.25% | - |
| XYZ | 2.47 | 4.04 | 2.57 | - |
| YUV | 47.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 39 | 0.75 | 0 | 0.40 | 0.75 | 148.16 | 0.6 | 0.16 |
| Hex | 10 | 41 | 27 | 4B | 0 | 28 | 4B | 94 | 3C | 10 |
| Octal | 20 | 101 | 47 | 113 | 0 | 50 | 113 | 224 | 74 | 20 |
| Binary | 10000 | 1000001 | 100111 | 1001011 | 0 | 101000 | 1001011 | 10010100 | 111100 | 10000 |
Color Harmonies of #104127
Complementary color
Monochromatic Colors of #104127
Black with #104127
Text Example
Text Example
White with #104127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104127; }
p { color: rgb(16,65,39); }
H1.HeaderClassName
{
color: #104127;
}
.AnyTagClassName
{
color: #104127;
}
</style>
background-color css
<style>
a { background-color: #104127; }
a { background-color: rgb(16,65,39); }
div.DivClassName
{
background-color: #104127;
}
.BgClassName
{
background-color: #104127;
}
</style>
border-color css
<style>
span { border-color: #104127; }
span { border-color: rgb(16,65,39); }
td.TdClassName
{
border-color: #104127;
}
.TagClassName
{
border-color: #104127;
}
</style>