Shades of Zuccini #13432D
Tints of Zuccini #13432D
RGB
CMYK
RGB Variations
Color information
#13432D (or 0x13432D) is known color: Zuccini. HEX triplet: 13, 43 and 2D. RGB value is (19,67,45). Sum of RGB (Red+Green+Blue) = 19+67+45=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #13432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13432D is #ECBCD2. Grayscale: #323232. Windows color (decimal): -15514835 or 2966291. OLE color: 2966291.
HSL color Cylindrical-coordinate representation of color #13432D: hue angle of 152.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13432D is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 45 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.74 |
| HSL | 152.5º | 0.56% | 0.17% | - |
| HSV(B) | 152.5º | 0.72% | 0.26% | - |
| XYZ | 2.75 | 4.34 | 3.18 | - |
| YUV | 50.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 45 | 0.72 | 0 | 0.33 | 0.74 | 152.5 | 0.56 | 0.17 |
| Hex | 13 | 43 | 2D | 48 | 0 | 21 | 4A | 98 | 38 | 11 |
| Octal | 23 | 103 | 55 | 110 | 0 | 41 | 112 | 230 | 70 | 21 |
| Binary | 10011 | 1000011 | 101101 | 1001000 | 0 | 100001 | 1001010 | 10011000 | 111000 | 10001 |
Color Harmonies of #13432D
Complementary color
Monochromatic Colors of #13432D
Black with #13432D
Text Example
Text Example
White with #13432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13432D; }
p { color: rgb(19,67,45); }
H1.HeaderClassName
{
color: #13432D;
}
.AnyTagClassName
{
color: #13432D;
}
</style>
background-color css
<style>
a { background-color: #13432D; }
a { background-color: rgb(19,67,45); }
div.DivClassName
{
background-color: #13432D;
}
.BgClassName
{
background-color: #13432D;
}
</style>
border-color css
<style>
span { border-color: #13432D; }
span { border-color: rgb(19,67,45); }
td.TdClassName
{
border-color: #13432D;
}
.TagClassName
{
border-color: #13432D;
}
</style>