Shades of Zuccini #10422E
Tints of Zuccini #10422E
RGB
CMYK
RGB Variations
Color information
#10422E (or 0x10422E) is known color: Zuccini. HEX triplet: 10, 42 and 2E. RGB value is (16,66,46). Sum of RGB (Red+Green+Blue) = 16+66+46=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #10422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10422E is #EFBDD1. Grayscale: #303030. Windows color (decimal): -15711698 or 3031568. OLE color: 3031568.
HSL color Cylindrical-coordinate representation of color #10422E: hue angle of 156º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10422E is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 46 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.74 |
| HSL | 156º | 0.61% | 0.16% | - |
| HSV(B) | 156º | 0.76% | 0.26% | - |
| XYZ | 2.66 | 4.2 | 3.26 | - |
| YUV | 48.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 46 | 0.76 | 0 | 0.30 | 0.74 | 156 | 0.61 | 0.16 |
| Hex | 10 | 42 | 2E | 4C | 0 | 1E | 4A | 9C | 3D | 10 |
| Octal | 20 | 102 | 56 | 114 | 0 | 36 | 112 | 234 | 75 | 20 |
| Binary | 10000 | 1000010 | 101110 | 1001100 | 0 | 11110 | 1001010 | 10011100 | 111101 | 10000 |
Color Harmonies of #10422E
Complementary color
Monochromatic Colors of #10422E
Black with #10422E
Text Example
Text Example
White with #10422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10422E; }
p { color: rgb(16,66,46); }
H1.HeaderClassName
{
color: #10422E;
}
.AnyTagClassName
{
color: #10422E;
}
</style>
background-color css
<style>
a { background-color: #10422E; }
a { background-color: rgb(16,66,46); }
div.DivClassName
{
background-color: #10422E;
}
.BgClassName
{
background-color: #10422E;
}
</style>
border-color css
<style>
span { border-color: #10422E; }
span { border-color: rgb(16,66,46); }
td.TdClassName
{
border-color: #10422E;
}
.TagClassName
{
border-color: #10422E;
}
</style>