Shades of Zuccini #13422C
Tints of Zuccini #13422C
RGB
CMYK
RGB Variations
Color information
#13422C (or 0x13422C) is known color: Zuccini. HEX triplet: 13, 42 and 2C. RGB value is (19,66,44). Sum of RGB (Red+Green+Blue) = 19+66+44=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #13422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13422C is #ECBDD3. Grayscale: #313131. Windows color (decimal): -15515092 or 2900499. OLE color: 2900499.
HSL color Cylindrical-coordinate representation of color #13422C: hue angle of 151.91º 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 #13422C is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 44 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.74 |
| HSL | 151.91º | 0.55% | 0.17% | - |
| HSV(B) | 151.91º | 0.71% | 0.26% | - |
| XYZ | 2.67 | 4.22 | 3.06 | - |
| YUV | 49.44 | 124.93 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 44 | 0.71 | 0 | 0.33 | 0.74 | 151.91 | 0.55 | 0.17 |
| Hex | 13 | 42 | 2C | 47 | 0 | 21 | 4A | 98 | 37 | 11 |
| Octal | 23 | 102 | 54 | 107 | 0 | 41 | 112 | 230 | 67 | 21 |
| Binary | 10011 | 1000010 | 101100 | 1000111 | 0 | 100001 | 1001010 | 10011000 | 110111 | 10001 |
Color Harmonies of #13422C
Complementary color
Monochromatic Colors of #13422C
Black with #13422C
Text Example
Text Example
White with #13422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13422C; }
p { color: rgb(19,66,44); }
H1.HeaderClassName
{
color: #13422C;
}
.AnyTagClassName
{
color: #13422C;
}
</style>
background-color css
<style>
a { background-color: #13422C; }
a { background-color: rgb(19,66,44); }
div.DivClassName
{
background-color: #13422C;
}
.BgClassName
{
background-color: #13422C;
}
</style>
border-color css
<style>
span { border-color: #13422C; }
span { border-color: rgb(19,66,44); }
td.TdClassName
{
border-color: #13422C;
}
.TagClassName
{
border-color: #13422C;
}
</style>