Shades of Zuccini #144C26
Tints of Zuccini #144C26
RGB
CMYK
RGB Variations
Color information
#144C26 (or 0x144C26) is known color: Zuccini. HEX triplet: 14, 4C and 26. RGB value is (20,76,38). Sum of RGB (Red+Green+Blue) = 20+76+38=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #144C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C26 is #EBB3D9. Grayscale: #373737. Windows color (decimal): -15447002 or 2509844. OLE color: 2509844.
HSL color Cylindrical-coordinate representation of color #144C26: hue angle of 139.29º 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 #144C26 is Cyan = 0.74, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 38 | - |
| CMYK | 0.74 | 0 | 0.5 | 0.70 |
| HSL | 139.29º | 0.58% | 0.19% | - |
| HSV(B) | 139.29º | 0.74% | 0.3% | - |
| XYZ | 3.22 | 5.46 | 2.72 | - |
| YUV | 54.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 38 | 0.74 | 0 | 0.5 | 0.70 | 139.29 | 0.58 | 0.19 |
| Hex | 14 | 4C | 26 | 4A | 0 | 32 | 46 | 8B | 3A | 13 |
| Octal | 24 | 114 | 46 | 112 | 0 | 62 | 106 | 213 | 72 | 23 |
| Binary | 10100 | 1001100 | 100110 | 1001010 | 0 | 110010 | 1000110 | 10001011 | 111010 | 10011 |
Color Harmonies of #144C26
Complementary color
Monochromatic Colors of #144C26
Black with #144C26
Text Example
Text Example
White with #144C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C26; }
p { color: rgb(20,76,38); }
H1.HeaderClassName
{
color: #144C26;
}
.AnyTagClassName
{
color: #144C26;
}
</style>
background-color css
<style>
a { background-color: #144C26; }
a { background-color: rgb(20,76,38); }
div.DivClassName
{
background-color: #144C26;
}
.BgClassName
{
background-color: #144C26;
}
</style>
border-color css
<style>
span { border-color: #144C26; }
span { border-color: rgb(20,76,38); }
td.TdClassName
{
border-color: #144C26;
}
.TagClassName
{
border-color: #144C26;
}
</style>