Shades of Zuccini #104226
Tints of Zuccini #104226
RGB
CMYK
RGB Variations
Color information
#104226 (or 0x104226) is known color: Zuccini. HEX triplet: 10, 42 and 26. RGB value is (16,66,38). Sum of RGB (Red+Green+Blue) = 16+66+38=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #104226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104226 is #EFBDD9. Grayscale: #2F2F2F. Windows color (decimal): -15711706 or 2507280. OLE color: 2507280.
HSL color Cylindrical-coordinate representation of color #104226: hue angle of 146.4º 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 #104226 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 38 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.74 |
| HSL | 146.4º | 0.61% | 0.16% | - |
| HSV(B) | 146.4º | 0.76% | 0.26% | - |
| XYZ | 2.51 | 4.15 | 2.5 | - |
| YUV | 47.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 38 | 0.76 | 0 | 0.42 | 0.74 | 146.4 | 0.61 | 0.16 |
| Hex | 10 | 42 | 26 | 4C | 0 | 2A | 4A | 92 | 3D | 10 |
| Octal | 20 | 102 | 46 | 114 | 0 | 52 | 112 | 222 | 75 | 20 |
| Binary | 10000 | 1000010 | 100110 | 1001100 | 0 | 101010 | 1001010 | 10010010 | 111101 | 10000 |
Color Harmonies of #104226
Complementary color
Monochromatic Colors of #104226
Black with #104226
Text Example
Text Example
White with #104226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104226; }
p { color: rgb(16,66,38); }
H1.HeaderClassName
{
color: #104226;
}
.AnyTagClassName
{
color: #104226;
}
</style>
background-color css
<style>
a { background-color: #104226; }
a { background-color: rgb(16,66,38); }
div.DivClassName
{
background-color: #104226;
}
.BgClassName
{
background-color: #104226;
}
</style>
border-color css
<style>
span { border-color: #104226; }
span { border-color: rgb(16,66,38); }
td.TdClassName
{
border-color: #104226;
}
.TagClassName
{
border-color: #104226;
}
</style>