Shades of Zuccini #13492E
Tints of Zuccini #13492E
RGB
CMYK
RGB Variations
Color information
#13492E (or 0x13492E) is known color: Zuccini. HEX triplet: 13, 49 and 2E. RGB value is (19,73,46). Sum of RGB (Red+Green+Blue) = 19+73+46=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #13492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13492E is #ECB6D1. Grayscale: #353535. Windows color (decimal): -15513298 or 3033363. OLE color: 3033363.
HSL color Cylindrical-coordinate representation of color #13492E: hue angle of 150º 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 #13492E is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 73 | 46 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.71 |
| HSL | 150º | 0.59% | 0.18% | - |
| HSV(B) | 150º | 0.74% | 0.29% | - |
| XYZ | 3.14 | 5.1 | 3.4 | - |
| YUV | 53.78 | 123.61 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 46 | 0.74 | 0 | 0.37 | 0.71 | 150 | 0.59 | 0.18 |
| Hex | 13 | 49 | 2E | 4A | 0 | 25 | 47 | 96 | 3B | 12 |
| Octal | 23 | 111 | 56 | 112 | 0 | 45 | 107 | 226 | 73 | 22 |
| Binary | 10011 | 1001001 | 101110 | 1001010 | 0 | 100101 | 1000111 | 10010110 | 111011 | 10010 |
Color Harmonies of #13492E
Complementary color
Monochromatic Colors of #13492E
Black with #13492E
Text Example
Text Example
White with #13492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13492E; }
p { color: rgb(19,73,46); }
H1.HeaderClassName
{
color: #13492E;
}
.AnyTagClassName
{
color: #13492E;
}
</style>
background-color css
<style>
a { background-color: #13492E; }
a { background-color: rgb(19,73,46); }
div.DivClassName
{
background-color: #13492E;
}
.BgClassName
{
background-color: #13492E;
}
</style>
border-color css
<style>
span { border-color: #13492E; }
span { border-color: rgb(19,73,46); }
td.TdClassName
{
border-color: #13492E;
}
.TagClassName
{
border-color: #13492E;
}
</style>