Shades of Zuccini #144C25
Tints of Zuccini #144C25
RGB
CMYK
RGB Variations
Color information
#144C25 (or 0x144C25) is known color: Zuccini. HEX triplet: 14, 4C and 25. RGB value is (20,76,37). Sum of RGB (Red+Green+Blue) = 20+76+37=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #144C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C25 is #EBB3DA. Grayscale: #363636. Windows color (decimal): -15447003 or 2444308. OLE color: 2444308.
HSL color Cylindrical-coordinate representation of color #144C25: hue angle of 138.21º 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 #144C25 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 76 | 37 | - |
| CMYK | 0.74 | 0 | 0.51 | 0.70 |
| HSL | 138.21º | 0.58% | 0.19% | - |
| HSV(B) | 138.21º | 0.74% | 0.3% | - |
| XYZ | 3.21 | 5.45 | 2.63 | - |
| YUV | 54.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 37 | 0.74 | 0 | 0.51 | 0.70 | 138.21 | 0.58 | 0.19 |
| Hex | 14 | 4C | 25 | 4A | 0 | 33 | 46 | 8A | 3A | 13 |
| Octal | 24 | 114 | 45 | 112 | 0 | 63 | 106 | 212 | 72 | 23 |
| Binary | 10100 | 1001100 | 100101 | 1001010 | 0 | 110011 | 1000110 | 10001010 | 111010 | 10011 |
Color Harmonies of #144C25
Complementary color
Monochromatic Colors of #144C25
Black with #144C25
Text Example
Text Example
White with #144C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C25; }
p { color: rgb(20,76,37); }
H1.HeaderClassName
{
color: #144C25;
}
.AnyTagClassName
{
color: #144C25;
}
</style>
background-color css
<style>
a { background-color: #144C25; }
a { background-color: rgb(20,76,37); }
div.DivClassName
{
background-color: #144C25;
}
.BgClassName
{
background-color: #144C25;
}
</style>
border-color css
<style>
span { border-color: #144C25; }
span { border-color: rgb(20,76,37); }
td.TdClassName
{
border-color: #144C25;
}
.TagClassName
{
border-color: #144C25;
}
</style>