Shades of Zuccini #13432B
Tints of Zuccini #13432B
RGB
CMYK
RGB Variations
Color information
#13432B (or 0x13432B) is known color: Zuccini. HEX triplet: 13, 43 and 2B. RGB value is (19,67,43). Sum of RGB (Red+Green+Blue) = 19+67+43=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #13432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13432B is #ECBCD4. Grayscale: #313131. Windows color (decimal): -15514837 or 2835219. OLE color: 2835219.
HSL color Cylindrical-coordinate representation of color #13432B: hue angle of 150º 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 #13432B is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 43 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.74 |
| HSL | 150º | 0.56% | 0.17% | - |
| HSV(B) | 150º | 0.72% | 0.26% | - |
| XYZ | 2.71 | 4.33 | 2.98 | - |
| YUV | 49.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 43 | 0.72 | 0 | 0.36 | 0.74 | 150 | 0.56 | 0.17 |
| Hex | 13 | 43 | 2B | 48 | 0 | 24 | 4A | 96 | 38 | 11 |
| Octal | 23 | 103 | 53 | 110 | 0 | 44 | 112 | 226 | 70 | 21 |
| Binary | 10011 | 1000011 | 101011 | 1001000 | 0 | 100100 | 1001010 | 10010110 | 111000 | 10001 |
Color Harmonies of #13432B
Complementary color
Monochromatic Colors of #13432B
Black with #13432B
Text Example
Text Example
White with #13432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13432B; }
p { color: rgb(19,67,43); }
H1.HeaderClassName
{
color: #13432B;
}
.AnyTagClassName
{
color: #13432B;
}
</style>
background-color css
<style>
a { background-color: #13432B; }
a { background-color: rgb(19,67,43); }
div.DivClassName
{
background-color: #13432B;
}
.BgClassName
{
background-color: #13432B;
}
</style>
border-color css
<style>
span { border-color: #13432B; }
span { border-color: rgb(19,67,43); }
td.TdClassName
{
border-color: #13432B;
}
.TagClassName
{
border-color: #13432B;
}
</style>