Shades of Zuccini #13462C
Tints of Zuccini #13462C
RGB
CMYK
RGB Variations
Color information
#13462C (or 0x13462C) is known color: Zuccini. HEX triplet: 13, 46 and 2C. RGB value is (19,70,44). Sum of RGB (Red+Green+Blue) = 19+70+44=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #13462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13462C is #ECB9D3. Grayscale: #333333. Windows color (decimal): -15514068 or 2901523. OLE color: 2901523.
HSL color Cylindrical-coordinate representation of color #13462C: hue angle of 149.41º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13462C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 70 | 44 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.73 |
| HSL | 149.41º | 0.57% | 0.17% | - |
| HSV(B) | 149.41º | 0.73% | 0.27% | - |
| XYZ | 2.91 | 4.7 | 3.14 | - |
| YUV | 51.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 44 | 0.73 | 0 | 0.37 | 0.73 | 149.41 | 0.57 | 0.17 |
| Hex | 13 | 46 | 2C | 49 | 0 | 25 | 49 | 95 | 39 | 11 |
| Octal | 23 | 106 | 54 | 111 | 0 | 45 | 111 | 225 | 71 | 21 |
| Binary | 10011 | 1000110 | 101100 | 1001001 | 0 | 100101 | 1001001 | 10010101 | 111001 | 10001 |
Color Harmonies of #13462C
Complementary color
Monochromatic Colors of #13462C
Black with #13462C
Text Example
Text Example
White with #13462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13462C; }
p { color: rgb(19,70,44); }
H1.HeaderClassName
{
color: #13462C;
}
.AnyTagClassName
{
color: #13462C;
}
</style>
background-color css
<style>
a { background-color: #13462C; }
a { background-color: rgb(19,70,44); }
div.DivClassName
{
background-color: #13462C;
}
.BgClassName
{
background-color: #13462C;
}
</style>
border-color css
<style>
span { border-color: #13462C; }
span { border-color: rgb(19,70,44); }
td.TdClassName
{
border-color: #13462C;
}
.TagClassName
{
border-color: #13462C;
}
</style>