Shades of Zuccini #13472D
Tints of Zuccini #13472D
RGB
CMYK
RGB Variations
Color information
#13472D (or 0x13472D) is known color: Zuccini. HEX triplet: 13, 47 and 2D. RGB value is (19,71,45). Sum of RGB (Red+Green+Blue) = 19+71+45=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #13472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472D is #ECB8D2. Grayscale: #343434. Windows color (decimal): -15513811 or 2967315. OLE color: 2967315.
HSL color Cylindrical-coordinate representation of color #13472D: hue angle of 150º 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 #13472D is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 45 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.72 |
| HSL | 150º | 0.58% | 0.18% | - |
| HSV(B) | 150º | 0.73% | 0.28% | - |
| XYZ | 3 | 4.83 | 3.26 | - |
| YUV | 52.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 45 | 0.73 | 0 | 0.37 | 0.72 | 150 | 0.58 | 0.18 |
| Hex | 13 | 47 | 2D | 49 | 0 | 25 | 48 | 96 | 3A | 12 |
| Octal | 23 | 107 | 55 | 111 | 0 | 45 | 110 | 226 | 72 | 22 |
| Binary | 10011 | 1000111 | 101101 | 1001001 | 0 | 100101 | 1001000 | 10010110 | 111010 | 10010 |
Color Harmonies of #13472D
Complementary color
Monochromatic Colors of #13472D
Black with #13472D
Text Example
Text Example
White with #13472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13472D; }
p { color: rgb(19,71,45); }
H1.HeaderClassName
{
color: #13472D;
}
.AnyTagClassName
{
color: #13472D;
}
</style>
background-color css
<style>
a { background-color: #13472D; }
a { background-color: rgb(19,71,45); }
div.DivClassName
{
background-color: #13472D;
}
.BgClassName
{
background-color: #13472D;
}
</style>
border-color css
<style>
span { border-color: #13472D; }
span { border-color: rgb(19,71,45); }
td.TdClassName
{
border-color: #13472D;
}
.TagClassName
{
border-color: #13472D;
}
</style>