Shades of Zuccini #144D28
Tints of Zuccini #144D28
RGB
CMYK
RGB Variations
Color information
#144D28 (or 0x144D28) is known color: Zuccini. HEX triplet: 14, 4D and 28. RGB value is (20,77,40). Sum of RGB (Red+Green+Blue) = 20+77+40=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #144D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D28 is #EBB2D7. Grayscale: #373737. Windows color (decimal): -15446744 or 2641172. OLE color: 2641172.
HSL color Cylindrical-coordinate representation of color #144D28: hue angle of 141.05º 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 #144D28 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 77 | 40 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.70 |
| HSL | 141.05º | 0.59% | 0.19% | - |
| HSV(B) | 141.05º | 0.74% | 0.3% | - |
| XYZ | 3.33 | 5.61 | 2.91 | - |
| YUV | 55.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 40 | 0.74 | 0 | 0.48 | 0.70 | 141.05 | 0.59 | 0.19 |
| Hex | 14 | 4D | 28 | 4A | 0 | 30 | 46 | 8D | 3B | 13 |
| Octal | 24 | 115 | 50 | 112 | 0 | 60 | 106 | 215 | 73 | 23 |
| Binary | 10100 | 1001101 | 101000 | 1001010 | 0 | 110000 | 1000110 | 10001101 | 111011 | 10011 |
Color Harmonies of #144D28
Complementary color
Monochromatic Colors of #144D28
Black with #144D28
Text Example
Text Example
White with #144D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D28; }
p { color: rgb(20,77,40); }
H1.HeaderClassName
{
color: #144D28;
}
.AnyTagClassName
{
color: #144D28;
}
</style>
background-color css
<style>
a { background-color: #144D28; }
a { background-color: rgb(20,77,40); }
div.DivClassName
{
background-color: #144D28;
}
.BgClassName
{
background-color: #144D28;
}
</style>
border-color css
<style>
span { border-color: #144D28; }
span { border-color: rgb(20,77,40); }
td.TdClassName
{
border-color: #144D28;
}
.TagClassName
{
border-color: #144D28;
}
</style>