Shades of Zuccini #13472A
Tints of Zuccini #13472A
RGB
CMYK
RGB Variations
Color information
#13472A (or 0x13472A) is known color: Zuccini. HEX triplet: 13, 47 and 2A. RGB value is (19,71,42). Sum of RGB (Red+Green+Blue) = 19+71+42=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #13472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13472A is #ECB8D5. Grayscale: #343434. Windows color (decimal): -15513814 or 2770707. OLE color: 2770707.
HSL color Cylindrical-coordinate representation of color #13472A: hue angle of 146.54º 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 #13472A is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 71 | 42 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.72 |
| HSL | 146.54º | 0.58% | 0.18% | - |
| HSV(B) | 146.54º | 0.73% | 0.28% | - |
| XYZ | 2.94 | 4.81 | 2.96 | - |
| YUV | 52.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 42 | 0.73 | 0 | 0.41 | 0.72 | 146.54 | 0.58 | 0.18 |
| Hex | 13 | 47 | 2A | 49 | 0 | 29 | 48 | 93 | 3A | 12 |
| Octal | 23 | 107 | 52 | 111 | 0 | 51 | 110 | 223 | 72 | 22 |
| Binary | 10011 | 1000111 | 101010 | 1001001 | 0 | 101001 | 1001000 | 10010011 | 111010 | 10010 |
Color Harmonies of #13472A
Complementary color
Monochromatic Colors of #13472A
Black with #13472A
Text Example
Text Example
White with #13472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13472A; }
p { color: rgb(19,71,42); }
H1.HeaderClassName
{
color: #13472A;
}
.AnyTagClassName
{
color: #13472A;
}
</style>
background-color css
<style>
a { background-color: #13472A; }
a { background-color: rgb(19,71,42); }
div.DivClassName
{
background-color: #13472A;
}
.BgClassName
{
background-color: #13472A;
}
</style>
border-color css
<style>
span { border-color: #13472A; }
span { border-color: rgb(19,71,42); }
td.TdClassName
{
border-color: #13472A;
}
.TagClassName
{
border-color: #13472A;
}
</style>