Shades of Zuccini #144831
Tints of Zuccini #144831
RGB
CMYK
RGB Variations
Color information
#144831 (or 0x144831) is known color: Zuccini. HEX triplet: 14, 48 and 31. RGB value is (20,72,49). Sum of RGB (Red+Green+Blue) = 20+72+49=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #144831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144831 is #EBB7CE. Grayscale: #353535. Windows color (decimal): -15448015 or 3229716. OLE color: 3229716.
HSL color Cylindrical-coordinate representation of color #144831: hue angle of 153.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144831 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 72 | 49 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.72 |
| HSL | 153.46º | 0.57% | 0.18% | - |
| HSV(B) | 153.46º | 0.72% | 0.28% | - |
| XYZ | 3.16 | 5.01 | 3.71 | - |
| YUV | 53.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 49 | 0.72 | 0 | 0.32 | 0.72 | 153.46 | 0.57 | 0.18 |
| Hex | 14 | 48 | 31 | 48 | 0 | 20 | 48 | 99 | 39 | 12 |
| Octal | 24 | 110 | 61 | 110 | 0 | 40 | 110 | 231 | 71 | 22 |
| Binary | 10100 | 1001000 | 110001 | 1001000 | 0 | 100000 | 1001000 | 10011001 | 111001 | 10010 |
Color Harmonies of #144831
Complementary color
Monochromatic Colors of #144831
Black with #144831
Text Example
Text Example
White with #144831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144831; }
p { color: rgb(20,72,49); }
H1.HeaderClassName
{
color: #144831;
}
.AnyTagClassName
{
color: #144831;
}
</style>
background-color css
<style>
a { background-color: #144831; }
a { background-color: rgb(20,72,49); }
div.DivClassName
{
background-color: #144831;
}
.BgClassName
{
background-color: #144831;
}
</style>
border-color css
<style>
span { border-color: #144831; }
span { border-color: rgb(20,72,49); }
td.TdClassName
{
border-color: #144831;
}
.TagClassName
{
border-color: #144831;
}
</style>