Shades of Zuccini #13492C
Tints of Zuccini #13492C
RGB
CMYK
RGB Variations
Color information
#13492C (or 0x13492C) is known color: Zuccini. HEX triplet: 13, 49 and 2C. RGB value is (19,73,44). Sum of RGB (Red+Green+Blue) = 19+73+44=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #13492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13492C is #ECB6D3. Grayscale: #353535. Windows color (decimal): -15513300 or 2902291. OLE color: 2902291.
HSL color Cylindrical-coordinate representation of color #13492C: hue angle of 147.78º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13492C is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 44 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.71 |
| HSL | 147.78º | 0.59% | 0.18% | - |
| HSV(B) | 147.78º | 0.74% | 0.29% | - |
| XYZ | 3.11 | 5.09 | 3.2 | - |
| YUV | 53.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 44 | 0.74 | 0 | 0.40 | 0.71 | 147.78 | 0.59 | 0.18 |
| Hex | 13 | 49 | 2C | 4A | 0 | 28 | 47 | 94 | 3B | 12 |
| Octal | 23 | 111 | 54 | 112 | 0 | 50 | 107 | 224 | 73 | 22 |
| Binary | 10011 | 1001001 | 101100 | 1001010 | 0 | 101000 | 1000111 | 10010100 | 111011 | 10010 |
Color Harmonies of #13492C
Complementary color
Monochromatic Colors of #13492C
Black with #13492C
Text Example
Text Example
White with #13492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13492C; }
p { color: rgb(19,73,44); }
H1.HeaderClassName
{
color: #13492C;
}
.AnyTagClassName
{
color: #13492C;
}
</style>
background-color css
<style>
a { background-color: #13492C; }
a { background-color: rgb(19,73,44); }
div.DivClassName
{
background-color: #13492C;
}
.BgClassName
{
background-color: #13492C;
}
</style>
border-color css
<style>
span { border-color: #13492C; }
span { border-color: rgb(19,73,44); }
td.TdClassName
{
border-color: #13492C;
}
.TagClassName
{
border-color: #13492C;
}
</style>