Shades of Zuccini #13472E
Tints of Zuccini #13472E
RGB
CMYK
RGB Variations
Color information
#13472E (or 0x13472E) is known color: Zuccini. HEX triplet: 13, 47 and 2E. RGB value is (19,71,46). Sum of RGB (Red+Green+Blue) = 19+71+46=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #13472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472E is #ECB8D1. Grayscale: #343434. Windows color (decimal): -15513810 or 3032851. OLE color: 3032851.
HSL color Cylindrical-coordinate representation of color #13472E: hue angle of 151.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13472E is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 46 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.72 |
| HSL | 151.15º | 0.58% | 0.18% | - |
| HSV(B) | 151.15º | 0.73% | 0.28% | - |
| XYZ | 3.01 | 4.84 | 3.36 | - |
| YUV | 52.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 46 | 0.73 | 0 | 0.35 | 0.72 | 151.15 | 0.58 | 0.18 |
| Hex | 13 | 47 | 2E | 49 | 0 | 23 | 48 | 97 | 3A | 12 |
| Octal | 23 | 107 | 56 | 111 | 0 | 43 | 110 | 227 | 72 | 22 |
| Binary | 10011 | 1000111 | 101110 | 1001001 | 0 | 100011 | 1001000 | 10010111 | 111010 | 10010 |
Color Harmonies of #13472E
Complementary color
Monochromatic Colors of #13472E
Black with #13472E
Text Example
Text Example
White with #13472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13472E; }
p { color: rgb(19,71,46); }
H1.HeaderClassName
{
color: #13472E;
}
.AnyTagClassName
{
color: #13472E;
}
</style>
background-color css
<style>
a { background-color: #13472E; }
a { background-color: rgb(19,71,46); }
div.DivClassName
{
background-color: #13472E;
}
.BgClassName
{
background-color: #13472E;
}
</style>
border-color css
<style>
span { border-color: #13472E; }
span { border-color: rgb(19,71,46); }
td.TdClassName
{
border-color: #13472E;
}
.TagClassName
{
border-color: #13472E;
}
</style>