Shades of Zuccini #19402A
Tints of Zuccini #19402A
RGB
CMYK
RGB Variations
Color information
#19402A (or 0x19402A) is known color: Zuccini. HEX triplet: 19, 40 and 2A. RGB value is (25,64,42). Sum of RGB (Red+Green+Blue) = 25+64+42=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #19402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19402A is #E6BFD5. Grayscale: #313131. Windows color (decimal): -15122390 or 2768921. OLE color: 2768921.
HSL color Cylindrical-coordinate representation of color #19402A: hue angle of 146.15º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #19402A is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 42 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.75 |
| HSL | 146.15º | 0.44% | 0.17% | - |
| HSV(B) | 146.15º | 0.61% | 0.25% | - |
| XYZ | 2.65 | 4.04 | 2.83 | - |
| YUV | 49.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 42 | 0.61 | 0 | 0.34 | 0.75 | 146.15 | 0.44 | 0.17 |
| Hex | 19 | 40 | 2A | 3D | 0 | 22 | 4B | 92 | 2C | 11 |
| Octal | 31 | 100 | 52 | 75 | 0 | 42 | 113 | 222 | 54 | 21 |
| Binary | 11001 | 1000000 | 101010 | 111101 | 0 | 100010 | 1001011 | 10010010 | 101100 | 10001 |
Color Harmonies of #19402A
Complementary color
Monochromatic Colors of #19402A
Black with #19402A
Text Example
Text Example
White with #19402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19402A; }
p { color: rgb(25,64,42); }
H1.HeaderClassName
{
color: #19402A;
}
.AnyTagClassName
{
color: #19402A;
}
</style>
background-color css
<style>
a { background-color: #19402A; }
a { background-color: rgb(25,64,42); }
div.DivClassName
{
background-color: #19402A;
}
.BgClassName
{
background-color: #19402A;
}
</style>
border-color css
<style>
span { border-color: #19402A; }
span { border-color: rgb(25,64,42); }
td.TdClassName
{
border-color: #19402A;
}
.TagClassName
{
border-color: #19402A;
}
</style>