Shades of Zuccini #144D26
Tints of Zuccini #144D26
RGB
CMYK
RGB Variations
Color information
#144D26 (or 0x144D26) is known color: Zuccini. HEX triplet: 14, 4D and 26. RGB value is (20,77,38). Sum of RGB (Red+Green+Blue) = 20+77+38=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #144D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D26 is #EBB2D9. Grayscale: #373737. Windows color (decimal): -15446746 or 2510100. OLE color: 2510100.
HSL color Cylindrical-coordinate representation of color #144D26: hue angle of 138.95º degrees, saturation: 0.59, 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 #144D26 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 38 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.70 |
| HSL | 138.95º | 0.59% | 0.19% | - |
| HSV(B) | 138.95º | 0.74% | 0.3% | - |
| XYZ | 3.29 | 5.6 | 2.74 | - |
| YUV | 55.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 38 | 0.74 | 0 | 0.51 | 0.70 | 138.95 | 0.59 | 0.19 |
| Hex | 14 | 4D | 26 | 4A | 0 | 33 | 46 | 8B | 3B | 13 |
| Octal | 24 | 115 | 46 | 112 | 0 | 63 | 106 | 213 | 73 | 23 |
| Binary | 10100 | 1001101 | 100110 | 1001010 | 0 | 110011 | 1000110 | 10001011 | 111011 | 10011 |
Color Harmonies of #144D26
Complementary color
Monochromatic Colors of #144D26
Black with #144D26
Text Example
Text Example
White with #144D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D26; }
p { color: rgb(20,77,38); }
H1.HeaderClassName
{
color: #144D26;
}
.AnyTagClassName
{
color: #144D26;
}
</style>
background-color css
<style>
a { background-color: #144D26; }
a { background-color: rgb(20,77,38); }
div.DivClassName
{
background-color: #144D26;
}
.BgClassName
{
background-color: #144D26;
}
</style>
border-color css
<style>
span { border-color: #144D26; }
span { border-color: rgb(20,77,38); }
td.TdClassName
{
border-color: #144D26;
}
.TagClassName
{
border-color: #144D26;
}
</style>