Shades of Zuccini #10412D
Tints of Zuccini #10412D
RGB
CMYK
RGB Variations
Color information
#10412D (or 0x10412D) is known color: Zuccini. HEX triplet: 10, 41 and 2D. RGB value is (16,65,45). Sum of RGB (Red+Green+Blue) = 16+65+45=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #10412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412D is #EFBED2. Grayscale: #303030. Windows color (decimal): -15711955 or 2965776. OLE color: 2965776.
HSL color Cylindrical-coordinate representation of color #10412D: hue angle of 155.51º 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 #10412D is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 65 | 45 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.75 |
| HSL | 155.51º | 0.6% | 0.16% | - |
| HSV(B) | 155.51º | 0.75% | 0.25% | - |
| XYZ | 2.58 | 4.08 | 3.13 | - |
| YUV | 48.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 65 | 45 | 0.75 | 0 | 0.31 | 0.75 | 155.51 | 0.6 | 0.16 |
| Hex | 10 | 41 | 2D | 4B | 0 | 1F | 4B | 9C | 3C | 10 |
| Octal | 20 | 101 | 55 | 113 | 0 | 37 | 113 | 234 | 74 | 20 |
| Binary | 10000 | 1000001 | 101101 | 1001011 | 0 | 11111 | 1001011 | 10011100 | 111100 | 10000 |
Color Harmonies of #10412D
Complementary color
Monochromatic Colors of #10412D
Black with #10412D
Text Example
Text Example
White with #10412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10412D; }
p { color: rgb(16,65,45); }
H1.HeaderClassName
{
color: #10412D;
}
.AnyTagClassName
{
color: #10412D;
}
</style>
background-color css
<style>
a { background-color: #10412D; }
a { background-color: rgb(16,65,45); }
div.DivClassName
{
background-color: #10412D;
}
.BgClassName
{
background-color: #10412D;
}
</style>
border-color css
<style>
span { border-color: #10412D; }
span { border-color: rgb(16,65,45); }
td.TdClassName
{
border-color: #10412D;
}
.TagClassName
{
border-color: #10412D;
}
</style>