Shades of Zuccini #104F28
Tints of Zuccini #104F28
RGB
CMYK
RGB Variations
Color information
#104F28 (or 0x104F28) is known color: Zuccini. HEX triplet: 10, 4F and 28. RGB value is (16,79,40). Sum of RGB (Red+Green+Blue) = 16+79+40=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #104F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F28 is #EFB0D7. Grayscale: #373737. Windows color (decimal): -15708376 or 2641680. OLE color: 2641680.
HSL color Cylindrical-coordinate representation of color #104F28: hue angle of 142.86º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F28 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 79 | 40 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.69 |
| HSL | 142.86º | 0.66% | 0.19% | - |
| HSV(B) | 142.86º | 0.8% | 0.31% | - |
| XYZ | 3.39 | 5.86 | 2.96 | - |
| YUV | 55.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 79 | 40 | 0.80 | 0 | 0.49 | 0.69 | 142.86 | 0.66 | 0.19 |
| Hex | 10 | 4F | 28 | 50 | 0 | 31 | 45 | 8F | 42 | 13 |
| Octal | 20 | 117 | 50 | 120 | 0 | 61 | 105 | 217 | 102 | 23 |
| Binary | 10000 | 1001111 | 101000 | 1010000 | 0 | 110001 | 1000101 | 10001111 | 1000010 | 10011 |
Color Harmonies of #104F28
Complementary color
Monochromatic Colors of #104F28
Black with #104F28
Text Example
Text Example
White with #104F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104F28; }
p { color: rgb(16,79,40); }
H1.HeaderClassName
{
color: #104F28;
}
.AnyTagClassName
{
color: #104F28;
}
</style>
background-color css
<style>
a { background-color: #104F28; }
a { background-color: rgb(16,79,40); }
div.DivClassName
{
background-color: #104F28;
}
.BgClassName
{
background-color: #104F28;
}
</style>
border-color css
<style>
span { border-color: #104F28; }
span { border-color: rgb(16,79,40); }
td.TdClassName
{
border-color: #104F28;
}
.TagClassName
{
border-color: #104F28;
}
</style>