Shades of Zuccini #14472C
Tints of Zuccini #14472C
RGB
CMYK
RGB Variations
Color information
#14472C (or 0x14472C) is known color: Zuccini. HEX triplet: 14, 47 and 2C. RGB value is (20,71,44). Sum of RGB (Red+Green+Blue) = 20+71+44=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #14472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14472C is #EBB8D3. Grayscale: #343434. Windows color (decimal): -15448276 or 2901780. OLE color: 2901780.
HSL color Cylindrical-coordinate representation of color #14472C: hue angle of 148.24º degrees, saturation: 0.56, 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 #14472C is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 44 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.72 |
| HSL | 148.24º | 0.56% | 0.18% | - |
| HSV(B) | 148.24º | 0.72% | 0.28% | - |
| XYZ | 3 | 4.84 | 3.16 | - |
| YUV | 52.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 44 | 0.72 | 0 | 0.38 | 0.72 | 148.24 | 0.56 | 0.18 |
| Hex | 14 | 47 | 2C | 48 | 0 | 26 | 48 | 94 | 38 | 12 |
| Octal | 24 | 107 | 54 | 110 | 0 | 46 | 110 | 224 | 70 | 22 |
| Binary | 10100 | 1000111 | 101100 | 1001000 | 0 | 100110 | 1001000 | 10010100 | 111000 | 10010 |
Color Harmonies of #14472C
Complementary color
Monochromatic Colors of #14472C
Black with #14472C
Text Example
Text Example
White with #14472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14472C; }
p { color: rgb(20,71,44); }
H1.HeaderClassName
{
color: #14472C;
}
.AnyTagClassName
{
color: #14472C;
}
</style>
background-color css
<style>
a { background-color: #14472C; }
a { background-color: rgb(20,71,44); }
div.DivClassName
{
background-color: #14472C;
}
.BgClassName
{
background-color: #14472C;
}
</style>
border-color css
<style>
span { border-color: #14472C; }
span { border-color: rgb(20,71,44); }
td.TdClassName
{
border-color: #14472C;
}
.TagClassName
{
border-color: #14472C;
}
</style>