Shades of Zuccini #19492C
Tints of Zuccini #19492C
RGB
CMYK
RGB Variations
Color information
#19492C (or 0x19492C) is known color: Zuccini. HEX triplet: 19, 49 and 2C. RGB value is (25,73,44). Sum of RGB (Red+Green+Blue) = 25+73+44=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #19492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19492C is #E6B6D3. Grayscale: #373737. Windows color (decimal): -15120084 or 2902297. OLE color: 2902297.
HSL color Cylindrical-coordinate representation of color #19492C: hue angle of 143.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19492C is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 44 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.71 |
| HSL | 143.75º | 0.49% | 0.19% | - |
| HSV(B) | 143.75º | 0.66% | 0.29% | - |
| XYZ | 3.24 | 5.15 | 3.21 | - |
| YUV | 55.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 44 | 0.66 | 0 | 0.40 | 0.71 | 143.75 | 0.49 | 0.19 |
| Hex | 19 | 49 | 2C | 42 | 0 | 28 | 47 | 90 | 31 | 13 |
| Octal | 31 | 111 | 54 | 102 | 0 | 50 | 107 | 220 | 61 | 23 |
| Binary | 11001 | 1001001 | 101100 | 1000010 | 0 | 101000 | 1000111 | 10010000 | 110001 | 10011 |
Color Harmonies of #19492C
Complementary color
Monochromatic Colors of #19492C
Black with #19492C
Text Example
Text Example
White with #19492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19492C; }
p { color: rgb(25,73,44); }
H1.HeaderClassName
{
color: #19492C;
}
.AnyTagClassName
{
color: #19492C;
}
</style>
background-color css
<style>
a { background-color: #19492C; }
a { background-color: rgb(25,73,44); }
div.DivClassName
{
background-color: #19492C;
}
.BgClassName
{
background-color: #19492C;
}
</style>
border-color css
<style>
span { border-color: #19492C; }
span { border-color: rgb(25,73,44); }
td.TdClassName
{
border-color: #19492C;
}
.TagClassName
{
border-color: #19492C;
}
</style>