Shades of Zuccini #10412E
Tints of Zuccini #10412E
RGB
CMYK
RGB Variations
Color information
#10412E (or 0x10412E) is known color: Zuccini. HEX triplet: 10, 41 and 2E. RGB value is (16,65,46). Sum of RGB (Red+Green+Blue) = 16+65+46=127 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.60% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #10412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412E is #EFBED1. Grayscale: #303030. Windows color (decimal): -15711954 or 3031312. OLE color: 3031312.
HSL color Cylindrical-coordinate representation of color #10412E: hue angle of 156.73º 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 #10412E is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 46 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.75 |
| HSL | 156.73º | 0.6% | 0.16% | - |
| HSV(B) | 156.73º | 0.75% | 0.25% | - |
| XYZ | 2.6 | 4.09 | 3.24 | - |
| YUV | 48.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 46 | 0.75 | 0 | 0.29 | 0.75 | 156.73 | 0.6 | 0.16 |
| Hex | 10 | 41 | 2E | 4B | 0 | 1D | 4B | 9D | 3C | 10 |
| Octal | 20 | 101 | 56 | 113 | 0 | 35 | 113 | 235 | 74 | 20 |
| Binary | 10000 | 1000001 | 101110 | 1001011 | 0 | 11101 | 1001011 | 10011101 | 111100 | 10000 |
Color Harmonies of #10412E
Complementary color
Monochromatic Colors of #10412E
Black with #10412E
Text Example
Text Example
White with #10412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10412E; }
p { color: rgb(16,65,46); }
H1.HeaderClassName
{
color: #10412E;
}
.AnyTagClassName
{
color: #10412E;
}
</style>
background-color css
<style>
a { background-color: #10412E; }
a { background-color: rgb(16,65,46); }
div.DivClassName
{
background-color: #10412E;
}
.BgClassName
{
background-color: #10412E;
}
</style>
border-color css
<style>
span { border-color: #10412E; }
span { border-color: rgb(16,65,46); }
td.TdClassName
{
border-color: #10412E;
}
.TagClassName
{
border-color: #10412E;
}
</style>