Shades of Zuccini #13432F
Tints of Zuccini #13432F
RGB
CMYK
RGB Variations
Color information
#13432F (or 0x13432F) is known color: Zuccini. HEX triplet: 13, 43 and 2F. RGB value is (19,67,47). Sum of RGB (Red+Green+Blue) = 19+67+47=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #13432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13432F is #ECBCD0. Grayscale: #323232. Windows color (decimal): -15514833 or 3097363. OLE color: 3097363.
HSL color Cylindrical-coordinate representation of color #13432F: hue angle of 155º 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 #13432F is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 67 | 47 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.74 |
| HSL | 155º | 0.56% | 0.17% | - |
| HSV(B) | 155º | 0.72% | 0.26% | - |
| XYZ | 2.79 | 4.36 | 3.38 | - |
| YUV | 50.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 47 | 0.72 | 0 | 0.30 | 0.74 | 155 | 0.56 | 0.17 |
| Hex | 13 | 43 | 2F | 48 | 0 | 1E | 4A | 9B | 38 | 11 |
| Octal | 23 | 103 | 57 | 110 | 0 | 36 | 112 | 233 | 70 | 21 |
| Binary | 10011 | 1000011 | 101111 | 1001000 | 0 | 11110 | 1001010 | 10011011 | 111000 | 10001 |
Color Harmonies of #13432F
Complementary color
Monochromatic Colors of #13432F
Black with #13432F
Text Example
Text Example
White with #13432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13432F; }
p { color: rgb(19,67,47); }
H1.HeaderClassName
{
color: #13432F;
}
.AnyTagClassName
{
color: #13432F;
}
</style>
background-color css
<style>
a { background-color: #13432F; }
a { background-color: rgb(19,67,47); }
div.DivClassName
{
background-color: #13432F;
}
.BgClassName
{
background-color: #13432F;
}
</style>
border-color css
<style>
span { border-color: #13432F; }
span { border-color: rgb(19,67,47); }
td.TdClassName
{
border-color: #13432F;
}
.TagClassName
{
border-color: #13432F;
}
</style>