Shades of Zuccini #13482D
Tints of Zuccini #13482D
RGB
CMYK
RGB Variations
Color information
#13482D (or 0x13482D) is known color: Zuccini. HEX triplet: 13, 48 and 2D. RGB value is (19,72,45). Sum of RGB (Red+Green+Blue) = 19+72+45=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #13482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13482D is #ECB7D2. Grayscale: #353535. Windows color (decimal): -15513555 or 2967571. OLE color: 2967571.
HSL color Cylindrical-coordinate representation of color #13482D: hue angle of 149.43º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13482D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 72 | 45 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.72 |
| HSL | 149.43º | 0.58% | 0.18% | - |
| HSV(B) | 149.43º | 0.74% | 0.28% | - |
| XYZ | 3.06 | 4.96 | 3.28 | - |
| YUV | 53.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 45 | 0.74 | 0 | 0.38 | 0.72 | 149.43 | 0.58 | 0.18 |
| Hex | 13 | 48 | 2D | 4A | 0 | 26 | 48 | 95 | 3A | 12 |
| Octal | 23 | 110 | 55 | 112 | 0 | 46 | 110 | 225 | 72 | 22 |
| Binary | 10011 | 1001000 | 101101 | 1001010 | 0 | 100110 | 1001000 | 10010101 | 111010 | 10010 |
Color Harmonies of #13482D
Complementary color
Monochromatic Colors of #13482D
Black with #13482D
Text Example
Text Example
White with #13482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13482D; }
p { color: rgb(19,72,45); }
H1.HeaderClassName
{
color: #13482D;
}
.AnyTagClassName
{
color: #13482D;
}
</style>
background-color css
<style>
a { background-color: #13482D; }
a { background-color: rgb(19,72,45); }
div.DivClassName
{
background-color: #13482D;
}
.BgClassName
{
background-color: #13482D;
}
</style>
border-color css
<style>
span { border-color: #13482D; }
span { border-color: rgb(19,72,45); }
td.TdClassName
{
border-color: #13482D;
}
.TagClassName
{
border-color: #13482D;
}
</style>