Shades of Zuccini #144430
Tints of Zuccini #144430
RGB
CMYK
RGB Variations
Color information
#144430 (or 0x144430) is known color: Zuccini. HEX triplet: 14, 44 and 30. RGB value is (20,68,48). Sum of RGB (Red+Green+Blue) = 20+68+48=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 68 (26.95% from 255 or 50% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 68 - color contains mainly: green. Hex color #144430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144430 is #EBBBCF. Grayscale: #333333. Windows color (decimal): -15449040 or 3163156. OLE color: 3163156.
HSL color Cylindrical-coordinate representation of color #144430: hue angle of 155º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144430 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 68 | 48 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.73 |
| HSL | 155º | 0.55% | 0.17% | - |
| HSV(B) | 155º | 0.71% | 0.27% | - |
| XYZ | 2.89 | 4.5 | 3.51 | - |
| YUV | 51.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 48 | 0.71 | 0 | 0.29 | 0.73 | 155 | 0.55 | 0.17 |
| Hex | 14 | 44 | 30 | 47 | 0 | 1D | 49 | 9B | 37 | 11 |
| Octal | 24 | 104 | 60 | 107 | 0 | 35 | 111 | 233 | 67 | 21 |
| Binary | 10100 | 1000100 | 110000 | 1000111 | 0 | 11101 | 1001001 | 10011011 | 110111 | 10001 |
Color Harmonies of #144430
Complementary color
Monochromatic Colors of #144430
Black with #144430
Text Example
Text Example
White with #144430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144430; }
p { color: rgb(20,68,48); }
H1.HeaderClassName
{
color: #144430;
}
.AnyTagClassName
{
color: #144430;
}
</style>
background-color css
<style>
a { background-color: #144430; }
a { background-color: rgb(20,68,48); }
div.DivClassName
{
background-color: #144430;
}
.BgClassName
{
background-color: #144430;
}
</style>
border-color css
<style>
span { border-color: #144430; }
span { border-color: rgb(20,68,48); }
td.TdClassName
{
border-color: #144430;
}
.TagClassName
{
border-color: #144430;
}
</style>