Shades of Zuccini #104A23
Tints of Zuccini #104A23
RGB
CMYK
RGB Variations
Color information
#104A23 (or 0x104A23) is known color: Zuccini. HEX triplet: 10, 4A and 23. RGB value is (16,74,35). Sum of RGB (Red+Green+Blue) = 16+74+35=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 74 (29.30% from 255 or 59.2% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 74 - color contains mainly: green. Hex color #104A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104A23 is #EFB5DC. Grayscale: #343434. Windows color (decimal): -15709661 or 2312720. OLE color: 2312720.
HSL color Cylindrical-coordinate representation of color #104A23: hue angle of 139.66º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #104A23 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 74 | 35 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.71 |
| HSL | 139.66º | 0.64% | 0.18% | - |
| HSV(B) | 139.66º | 0.78% | 0.29% | - |
| XYZ | 2.97 | 5.13 | 2.42 | - |
| YUV | 52.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 35 | 0.78 | 0 | 0.53 | 0.71 | 139.66 | 0.64 | 0.18 |
| Hex | 10 | 4A | 23 | 4E | 0 | 35 | 47 | 8C | 40 | 12 |
| Octal | 20 | 112 | 43 | 116 | 0 | 65 | 107 | 214 | 100 | 22 |
| Binary | 10000 | 1001010 | 100011 | 1001110 | 0 | 110101 | 1000111 | 10001100 | 1000000 | 10010 |
Color Harmonies of #104A23
Complementary color
Monochromatic Colors of #104A23
Black with #104A23
Text Example
Text Example
White with #104A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104A23; }
p { color: rgb(16,74,35); }
H1.HeaderClassName
{
color: #104A23;
}
.AnyTagClassName
{
color: #104A23;
}
</style>
background-color css
<style>
a { background-color: #104A23; }
a { background-color: rgb(16,74,35); }
div.DivClassName
{
background-color: #104A23;
}
.BgClassName
{
background-color: #104A23;
}
</style>
border-color css
<style>
span { border-color: #104A23; }
span { border-color: rgb(16,74,35); }
td.TdClassName
{
border-color: #104A23;
}
.TagClassName
{
border-color: #104A23;
}
</style>