Shades of Zuccini #104325
Tints of Zuccini #104325
RGB
CMYK
RGB Variations
Color information
#104325 (or 0x104325) is known color: Zuccini. HEX triplet: 10, 43 and 25. RGB value is (16,67,37). Sum of RGB (Red+Green+Blue) = 16+67+37=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #104325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104325 is #EFBCDA. Grayscale: #303030. Windows color (decimal): -15711451 or 2442000. OLE color: 2442000.
HSL color Cylindrical-coordinate representation of color #104325: hue angle of 144.71º 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 #104325 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 67 | 37 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.74 |
| HSL | 144.71º | 0.61% | 0.16% | - |
| HSV(B) | 144.71º | 0.76% | 0.26% | - |
| XYZ | 2.55 | 4.26 | 2.44 | - |
| YUV | 48.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 67 | 37 | 0.76 | 0 | 0.45 | 0.74 | 144.71 | 0.61 | 0.16 |
| Hex | 10 | 43 | 25 | 4C | 0 | 2D | 4A | 91 | 3D | 10 |
| Octal | 20 | 103 | 45 | 114 | 0 | 55 | 112 | 221 | 75 | 20 |
| Binary | 10000 | 1000011 | 100101 | 1001100 | 0 | 101101 | 1001010 | 10010001 | 111101 | 10000 |
Color Harmonies of #104325
Complementary color
Monochromatic Colors of #104325
Black with #104325
Text Example
Text Example
White with #104325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104325; }
p { color: rgb(16,67,37); }
H1.HeaderClassName
{
color: #104325;
}
.AnyTagClassName
{
color: #104325;
}
</style>
background-color css
<style>
a { background-color: #104325; }
a { background-color: rgb(16,67,37); }
div.DivClassName
{
background-color: #104325;
}
.BgClassName
{
background-color: #104325;
}
</style>
border-color css
<style>
span { border-color: #104325; }
span { border-color: rgb(16,67,37); }
td.TdClassName
{
border-color: #104325;
}
.TagClassName
{
border-color: #104325;
}
</style>