Shades of Zuccini #104027
Tints of Zuccini #104027
RGB
CMYK
RGB Variations
Color information
#104027 (or 0x104027) is known color: Zuccini. HEX triplet: 10, 40 and 27. RGB value is (16,64,39). Sum of RGB (Red+Green+Blue) = 16+64+39=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 39 (15.62% from 255 or 32.77% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #104027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104027 is #EFBFD8. Grayscale: #2E2E2E. Windows color (decimal): -15712217 or 2572304. OLE color: 2572304.
HSL color Cylindrical-coordinate representation of color #104027: hue angle of 148.75º 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 #104027 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 39 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.75 |
| HSL | 148.75º | 0.6% | 0.16% | - |
| HSV(B) | 148.75º | 0.75% | 0.25% | - |
| XYZ | 2.41 | 3.92 | 2.55 | - |
| YUV | 46.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 39 | 0.75 | 0 | 0.39 | 0.75 | 148.75 | 0.6 | 0.16 |
| Hex | 10 | 40 | 27 | 4B | 0 | 27 | 4B | 95 | 3C | 10 |
| Octal | 20 | 100 | 47 | 113 | 0 | 47 | 113 | 225 | 74 | 20 |
| Binary | 10000 | 1000000 | 100111 | 1001011 | 0 | 100111 | 1001011 | 10010101 | 111100 | 10000 |
Color Harmonies of #104027
Complementary color
Monochromatic Colors of #104027
Black with #104027
Text Example
Text Example
White with #104027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104027; }
p { color: rgb(16,64,39); }
H1.HeaderClassName
{
color: #104027;
}
.AnyTagClassName
{
color: #104027;
}
</style>
background-color css
<style>
a { background-color: #104027; }
a { background-color: rgb(16,64,39); }
div.DivClassName
{
background-color: #104027;
}
.BgClassName
{
background-color: #104027;
}
</style>
border-color css
<style>
span { border-color: #104027; }
span { border-color: rgb(16,64,39); }
td.TdClassName
{
border-color: #104027;
}
.TagClassName
{
border-color: #104027;
}
</style>