Shades of Zuccini #104C22
Tints of Zuccini #104C22
RGB
CMYK
RGB Variations
Color information
#104C22 (or 0x104C22) is known color: Zuccini. HEX triplet: 10, 4C and 22. RGB value is (16,76,34). Sum of RGB (Red+Green+Blue) = 16+76+34=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #104C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C22 is #EFB3DD. Grayscale: #353535. Windows color (decimal): -15709150 or 2247696. OLE color: 2247696.
HSL color Cylindrical-coordinate representation of color #104C22: hue angle of 138º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C22 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 76 | 34 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.70 |
| HSL | 138º | 0.65% | 0.18% | - |
| HSV(B) | 138º | 0.79% | 0.3% | - |
| XYZ | 3.09 | 5.39 | 2.39 | - |
| YUV | 53.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 34 | 0.79 | 0 | 0.55 | 0.70 | 138 | 0.65 | 0.18 |
| Hex | 10 | 4C | 22 | 4F | 0 | 37 | 46 | 8A | 41 | 12 |
| Octal | 20 | 114 | 42 | 117 | 0 | 67 | 106 | 212 | 101 | 22 |
| Binary | 10000 | 1001100 | 100010 | 1001111 | 0 | 110111 | 1000110 | 10001010 | 1000001 | 10010 |
Color Harmonies of #104C22
Complementary color
Monochromatic Colors of #104C22
Black with #104C22
Text Example
Text Example
White with #104C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104C22; }
p { color: rgb(16,76,34); }
H1.HeaderClassName
{
color: #104C22;
}
.AnyTagClassName
{
color: #104C22;
}
</style>
background-color css
<style>
a { background-color: #104C22; }
a { background-color: rgb(16,76,34); }
div.DivClassName
{
background-color: #104C22;
}
.BgClassName
{
background-color: #104C22;
}
</style>
border-color css
<style>
span { border-color: #104C22; }
span { border-color: rgb(16,76,34); }
td.TdClassName
{
border-color: #104C22;
}
.TagClassName
{
border-color: #104C22;
}
</style>