Shades of Zuccini #19492E
Tints of Zuccini #19492E
RGB
CMYK
RGB Variations
Color information
#19492E (or 0x19492E) is known color: Zuccini. HEX triplet: 19, 49 and 2E. RGB value is (25,73,46). Sum of RGB (Red+Green+Blue) = 25+73+46=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 73 (28.91% from 255 or 50.69% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 73 - color contains mainly: green. Hex color #19492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19492E is #E6B6D1. Grayscale: #373737. Windows color (decimal): -15120082 or 3033369. OLE color: 3033369.
HSL color Cylindrical-coordinate representation of color #19492E: hue angle of 146.25º 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 #19492E is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 46 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.71 |
| HSL | 146.25º | 0.49% | 0.19% | - |
| HSV(B) | 146.25º | 0.66% | 0.29% | - |
| XYZ | 3.28 | 5.17 | 3.41 | - |
| YUV | 55.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 46 | 0.66 | 0 | 0.37 | 0.71 | 146.25 | 0.49 | 0.19 |
| Hex | 19 | 49 | 2E | 42 | 0 | 25 | 47 | 92 | 31 | 13 |
| Octal | 31 | 111 | 56 | 102 | 0 | 45 | 107 | 222 | 61 | 23 |
| Binary | 11001 | 1001001 | 101110 | 1000010 | 0 | 100101 | 1000111 | 10010010 | 110001 | 10011 |
Color Harmonies of #19492E
Complementary color
Monochromatic Colors of #19492E
Black with #19492E
Text Example
Text Example
White with #19492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19492E; }
p { color: rgb(25,73,46); }
H1.HeaderClassName
{
color: #19492E;
}
.AnyTagClassName
{
color: #19492E;
}
</style>
background-color css
<style>
a { background-color: #19492E; }
a { background-color: rgb(25,73,46); }
div.DivClassName
{
background-color: #19492E;
}
.BgClassName
{
background-color: #19492E;
}
</style>
border-color css
<style>
span { border-color: #19492E; }
span { border-color: rgb(25,73,46); }
td.TdClassName
{
border-color: #19492E;
}
.TagClassName
{
border-color: #19492E;
}
</style>