Shades of Zuccini #144B25
Tints of Zuccini #144B25
RGB
CMYK
RGB Variations
Color information
#144B25 (or 0x144B25) is known color: Zuccini. HEX triplet: 14, 4B and 25. RGB value is (20,75,37). Sum of RGB (Red+Green+Blue) = 20+75+37=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #144B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144B25 is #EBB4DA. Grayscale: #363636. Windows color (decimal): -15447259 or 2444052. OLE color: 2444052.
HSL color Cylindrical-coordinate representation of color #144B25: hue angle of 138.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144B25 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 75 | 37 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.71 |
| HSL | 138.55º | 0.58% | 0.19% | - |
| HSV(B) | 138.55º | 0.73% | 0.29% | - |
| XYZ | 3.14 | 5.31 | 2.61 | - |
| YUV | 54.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 37 | 0.73 | 0 | 0.51 | 0.71 | 138.55 | 0.58 | 0.19 |
| Hex | 14 | 4B | 25 | 49 | 0 | 33 | 47 | 8B | 3A | 13 |
| Octal | 24 | 113 | 45 | 111 | 0 | 63 | 107 | 213 | 72 | 23 |
| Binary | 10100 | 1001011 | 100101 | 1001001 | 0 | 110011 | 1000111 | 10001011 | 111010 | 10011 |
Color Harmonies of #144B25
Complementary color
Monochromatic Colors of #144B25
Black with #144B25
Text Example
Text Example
White with #144B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B25; }
p { color: rgb(20,75,37); }
H1.HeaderClassName
{
color: #144B25;
}
.AnyTagClassName
{
color: #144B25;
}
</style>
background-color css
<style>
a { background-color: #144B25; }
a { background-color: rgb(20,75,37); }
div.DivClassName
{
background-color: #144B25;
}
.BgClassName
{
background-color: #144B25;
}
</style>
border-color css
<style>
span { border-color: #144B25; }
span { border-color: rgb(20,75,37); }
td.TdClassName
{
border-color: #144B25;
}
.TagClassName
{
border-color: #144B25;
}
</style>