Shades of Zuccini #104328
Tints of Zuccini #104328
RGB
CMYK
RGB Variations
Color information
#104328 (or 0x104328) is known color: Zuccini. HEX triplet: 10, 43 and 28. RGB value is (16,67,40). Sum of RGB (Red+Green+Blue) = 16+67+40=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #104328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104328 is #EFBCD7. Grayscale: #303030. Windows color (decimal): -15711448 or 2638608. OLE color: 2638608.
HSL color Cylindrical-coordinate representation of color #104328: hue angle of 148.24º 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 #104328 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 40 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.74 |
| HSL | 148.24º | 0.61% | 0.16% | - |
| HSV(B) | 148.24º | 0.76% | 0.26% | - |
| XYZ | 2.6 | 4.28 | 2.7 | - |
| YUV | 48.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 40 | 0.76 | 0 | 0.40 | 0.74 | 148.24 | 0.61 | 0.16 |
| Hex | 10 | 43 | 28 | 4C | 0 | 28 | 4A | 94 | 3D | 10 |
| Octal | 20 | 103 | 50 | 114 | 0 | 50 | 112 | 224 | 75 | 20 |
| Binary | 10000 | 1000011 | 101000 | 1001100 | 0 | 101000 | 1001010 | 10010100 | 111101 | 10000 |
Color Harmonies of #104328
Complementary color
Monochromatic Colors of #104328
Black with #104328
Text Example
Text Example
White with #104328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104328; }
p { color: rgb(16,67,40); }
H1.HeaderClassName
{
color: #104328;
}
.AnyTagClassName
{
color: #104328;
}
</style>
background-color css
<style>
a { background-color: #104328; }
a { background-color: rgb(16,67,40); }
div.DivClassName
{
background-color: #104328;
}
.BgClassName
{
background-color: #104328;
}
</style>
border-color css
<style>
span { border-color: #104328; }
span { border-color: rgb(16,67,40); }
td.TdClassName
{
border-color: #104328;
}
.TagClassName
{
border-color: #104328;
}
</style>