Shades of Zuccini #14472B
Tints of Zuccini #14472B
RGB
CMYK
RGB Variations
Color information
#14472B (or 0x14472B) is known color: Zuccini. HEX triplet: 14, 47 and 2B. RGB value is (20,71,43). Sum of RGB (Red+Green+Blue) = 20+71+43=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #14472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14472B is #EBB8D4. Grayscale: #343434. Windows color (decimal): -15448277 or 2836244. OLE color: 2836244.
HSL color Cylindrical-coordinate representation of color #14472B: hue angle of 147.06º 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 #14472B is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 43 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.72 |
| HSL | 147.06º | 0.56% | 0.18% | - |
| HSV(B) | 147.06º | 0.72% | 0.28% | - |
| XYZ | 2.98 | 4.83 | 3.06 | - |
| YUV | 52.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 43 | 0.72 | 0 | 0.39 | 0.72 | 147.06 | 0.56 | 0.18 |
| Hex | 14 | 47 | 2B | 48 | 0 | 27 | 48 | 93 | 38 | 12 |
| Octal | 24 | 107 | 53 | 110 | 0 | 47 | 110 | 223 | 70 | 22 |
| Binary | 10100 | 1000111 | 101011 | 1001000 | 0 | 100111 | 1001000 | 10010011 | 111000 | 10010 |
Color Harmonies of #14472B
Complementary color
Monochromatic Colors of #14472B
Black with #14472B
Text Example
Text Example
White with #14472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14472B; }
p { color: rgb(20,71,43); }
H1.HeaderClassName
{
color: #14472B;
}
.AnyTagClassName
{
color: #14472B;
}
</style>
background-color css
<style>
a { background-color: #14472B; }
a { background-color: rgb(20,71,43); }
div.DivClassName
{
background-color: #14472B;
}
.BgClassName
{
background-color: #14472B;
}
</style>
border-color css
<style>
span { border-color: #14472B; }
span { border-color: rgb(20,71,43); }
td.TdClassName
{
border-color: #14472B;
}
.TagClassName
{
border-color: #14472B;
}
</style>