Shades of Zuccini #14412E
Tints of Zuccini #14412E
RGB
CMYK
RGB Variations
Color information
#14412E (or 0x14412E) is known color: Zuccini. HEX triplet: 14, 41 and 2E. RGB value is (20,65,46). Sum of RGB (Red+Green+Blue) = 20+65+46=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #14412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14412E is #EBBED1. Grayscale: #313131. Windows color (decimal): -15449810 or 3031316. OLE color: 3031316.
HSL color Cylindrical-coordinate representation of color #14412E: hue angle of 154.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14412E is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 46 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.75 |
| HSL | 154.67º | 0.53% | 0.17% | - |
| HSV(B) | 154.67º | 0.69% | 0.25% | - |
| XYZ | 2.67 | 4.13 | 3.24 | - |
| YUV | 49.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 46 | 0.69 | 0 | 0.29 | 0.75 | 154.67 | 0.53 | 0.17 |
| Hex | 14 | 41 | 2E | 45 | 0 | 1D | 4B | 9B | 35 | 11 |
| Octal | 24 | 101 | 56 | 105 | 0 | 35 | 113 | 233 | 65 | 21 |
| Binary | 10100 | 1000001 | 101110 | 1000101 | 0 | 11101 | 1001011 | 10011011 | 110101 | 10001 |
Color Harmonies of #14412E
Complementary color
Monochromatic Colors of #14412E
Black with #14412E
Text Example
Text Example
White with #14412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14412E; }
p { color: rgb(20,65,46); }
H1.HeaderClassName
{
color: #14412E;
}
.AnyTagClassName
{
color: #14412E;
}
</style>
background-color css
<style>
a { background-color: #14412E; }
a { background-color: rgb(20,65,46); }
div.DivClassName
{
background-color: #14412E;
}
.BgClassName
{
background-color: #14412E;
}
</style>
border-color css
<style>
span { border-color: #14412E; }
span { border-color: rgb(20,65,46); }
td.TdClassName
{
border-color: #14412E;
}
.TagClassName
{
border-color: #14412E;
}
</style>