Shades of Zuccini #144228
Tints of Zuccini #144228
RGB
CMYK
RGB Variations
Color information
#144228 (or 0x144228) is known color: Zuccini. HEX triplet: 14, 42 and 28. RGB value is (20,66,40). Sum of RGB (Red+Green+Blue) = 20+66+40=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #144228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144228 is #EBBDD7. Grayscale: #313131. Windows color (decimal): -15449560 or 2638356. OLE color: 2638356.
HSL color Cylindrical-coordinate representation of color #144228: hue angle of 146.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144228 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 40 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.74 |
| HSL | 146.09º | 0.53% | 0.17% | - |
| HSV(B) | 146.09º | 0.7% | 0.26% | - |
| XYZ | 2.62 | 4.2 | 2.68 | - |
| YUV | 49.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 40 | 0.70 | 0 | 0.39 | 0.74 | 146.09 | 0.53 | 0.17 |
| Hex | 14 | 42 | 28 | 46 | 0 | 27 | 4A | 92 | 35 | 11 |
| Octal | 24 | 102 | 50 | 106 | 0 | 47 | 112 | 222 | 65 | 21 |
| Binary | 10100 | 1000010 | 101000 | 1000110 | 0 | 100111 | 1001010 | 10010010 | 110101 | 10001 |
Color Harmonies of #144228
Complementary color
Monochromatic Colors of #144228
Black with #144228
Text Example
Text Example
White with #144228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144228; }
p { color: rgb(20,66,40); }
H1.HeaderClassName
{
color: #144228;
}
.AnyTagClassName
{
color: #144228;
}
</style>
background-color css
<style>
a { background-color: #144228; }
a { background-color: rgb(20,66,40); }
div.DivClassName
{
background-color: #144228;
}
.BgClassName
{
background-color: #144228;
}
</style>
border-color css
<style>
span { border-color: #144228; }
span { border-color: rgb(20,66,40); }
td.TdClassName
{
border-color: #144228;
}
.TagClassName
{
border-color: #144228;
}
</style>