Shades of Zuccini #13422E
Tints of Zuccini #13422E
RGB
CMYK
RGB Variations
Color information
#13422E (or 0x13422E) is known color: Zuccini. HEX triplet: 13, 42 and 2E. RGB value is (19,66,46). Sum of RGB (Red+Green+Blue) = 19+66+46=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #13422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13422E is #ECBDD1. Grayscale: #313131. Windows color (decimal): -15515090 or 3031571. OLE color: 3031571.
HSL color Cylindrical-coordinate representation of color #13422E: hue angle of 154.47º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13422E is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 46 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.74 |
| HSL | 154.47º | 0.55% | 0.17% | - |
| HSV(B) | 154.47º | 0.71% | 0.26% | - |
| XYZ | 2.71 | 4.23 | 3.26 | - |
| YUV | 49.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 46 | 0.71 | 0 | 0.30 | 0.74 | 154.47 | 0.55 | 0.17 |
| Hex | 13 | 42 | 2E | 47 | 0 | 1E | 4A | 9A | 37 | 11 |
| Octal | 23 | 102 | 56 | 107 | 0 | 36 | 112 | 232 | 67 | 21 |
| Binary | 10011 | 1000010 | 101110 | 1000111 | 0 | 11110 | 1001010 | 10011010 | 110111 | 10001 |
Color Harmonies of #13422E
Complementary color
Monochromatic Colors of #13422E
Black with #13422E
Text Example
Text Example
White with #13422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13422E; }
p { color: rgb(19,66,46); }
H1.HeaderClassName
{
color: #13422E;
}
.AnyTagClassName
{
color: #13422E;
}
</style>
background-color css
<style>
a { background-color: #13422E; }
a { background-color: rgb(19,66,46); }
div.DivClassName
{
background-color: #13422E;
}
.BgClassName
{
background-color: #13422E;
}
</style>
border-color css
<style>
span { border-color: #13422E; }
span { border-color: rgb(19,66,46); }
td.TdClassName
{
border-color: #13422E;
}
.TagClassName
{
border-color: #13422E;
}
</style>