Shades of Zuccini #144C24
Tints of Zuccini #144C24
RGB
CMYK
RGB Variations
Color information
#144C24 (or 0x144C24) is known color: Zuccini. HEX triplet: 14, 4C and 24. RGB value is (20,76,36). Sum of RGB (Red+Green+Blue) = 20+76+36=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 76 (30.08% from 255 or 57.58% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 76 - color contains mainly: green. Hex color #144C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C24 is #EBB3DB. Grayscale: #363636. Windows color (decimal): -15447004 or 2378772. OLE color: 2378772.
HSL color Cylindrical-coordinate representation of color #144C24: hue angle of 137.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C24 is Cyan = 0.74, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 36 | - |
| CMYK | 0.74 | 0 | 0.53 | 0.70 |
| HSL | 137.14º | 0.58% | 0.19% | - |
| HSV(B) | 137.14º | 0.74% | 0.3% | - |
| XYZ | 3.19 | 5.44 | 2.55 | - |
| YUV | 54.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 36 | 0.74 | 0 | 0.53 | 0.70 | 137.14 | 0.58 | 0.19 |
| Hex | 14 | 4C | 24 | 4A | 0 | 35 | 46 | 89 | 3A | 13 |
| Octal | 24 | 114 | 44 | 112 | 0 | 65 | 106 | 211 | 72 | 23 |
| Binary | 10100 | 1001100 | 100100 | 1001010 | 0 | 110101 | 1000110 | 10001001 | 111010 | 10011 |
Color Harmonies of #144C24
Complementary color
Monochromatic Colors of #144C24
Black with #144C24
Text Example
Text Example
White with #144C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C24; }
p { color: rgb(20,76,36); }
H1.HeaderClassName
{
color: #144C24;
}
.AnyTagClassName
{
color: #144C24;
}
</style>
background-color css
<style>
a { background-color: #144C24; }
a { background-color: rgb(20,76,36); }
div.DivClassName
{
background-color: #144C24;
}
.BgClassName
{
background-color: #144C24;
}
</style>
border-color css
<style>
span { border-color: #144C24; }
span { border-color: rgb(20,76,36); }
td.TdClassName
{
border-color: #144C24;
}
.TagClassName
{
border-color: #144C24;
}
</style>