Shades of Zuccini #13422A
Tints of Zuccini #13422A
RGB
CMYK
RGB Variations
Color information
#13422A (or 0x13422A) is known color: Zuccini. HEX triplet: 13, 42 and 2A. RGB value is (19,66,42). Sum of RGB (Red+Green+Blue) = 19+66+42=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #13422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13422A is #ECBDD5. Grayscale: #313131. Windows color (decimal): -15515094 or 2769427. OLE color: 2769427.
HSL color Cylindrical-coordinate representation of color #13422A: hue angle of 149.36º 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 #13422A is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 66 | 42 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.74 |
| HSL | 149.36º | 0.55% | 0.17% | - |
| HSV(B) | 149.36º | 0.71% | 0.26% | - |
| XYZ | 2.63 | 4.2 | 2.86 | - |
| YUV | 49.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 42 | 0.71 | 0 | 0.36 | 0.74 | 149.36 | 0.55 | 0.17 |
| Hex | 13 | 42 | 2A | 47 | 0 | 24 | 4A | 95 | 37 | 11 |
| Octal | 23 | 102 | 52 | 107 | 0 | 44 | 112 | 225 | 67 | 21 |
| Binary | 10011 | 1000010 | 101010 | 1000111 | 0 | 100100 | 1001010 | 10010101 | 110111 | 10001 |
Color Harmonies of #13422A
Complementary color
Monochromatic Colors of #13422A
Black with #13422A
Text Example
Text Example
White with #13422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13422A; }
p { color: rgb(19,66,42); }
H1.HeaderClassName
{
color: #13422A;
}
.AnyTagClassName
{
color: #13422A;
}
</style>
background-color css
<style>
a { background-color: #13422A; }
a { background-color: rgb(19,66,42); }
div.DivClassName
{
background-color: #13422A;
}
.BgClassName
{
background-color: #13422A;
}
</style>
border-color css
<style>
span { border-color: #13422A; }
span { border-color: rgb(19,66,42); }
td.TdClassName
{
border-color: #13422A;
}
.TagClassName
{
border-color: #13422A;
}
</style>