Shades of Zuccini #19422E
Tints of Zuccini #19422E
RGB
CMYK
RGB Variations
Color information
#19422E (or 0x19422E) is known color: Zuccini. HEX triplet: 19, 42 and 2E. RGB value is (25,66,46). Sum of RGB (Red+Green+Blue) = 25+66+46=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #19422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19422E is #E6BDD1. Grayscale: #333333. Windows color (decimal): -15121874 or 3031577. OLE color: 3031577.
HSL color Cylindrical-coordinate representation of color #19422E: hue angle of 150.73º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19422E is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 66 | 46 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.74 |
| HSL | 150.73º | 0.45% | 0.18% | - |
| HSV(B) | 150.73º | 0.62% | 0.26% | - |
| XYZ | 2.84 | 4.3 | 3.27 | - |
| YUV | 51.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 46 | 0.62 | 0 | 0.30 | 0.74 | 150.73 | 0.45 | 0.18 |
| Hex | 19 | 42 | 2E | 3E | 0 | 1E | 4A | 97 | 2D | 12 |
| Octal | 31 | 102 | 56 | 76 | 0 | 36 | 112 | 227 | 55 | 22 |
| Binary | 11001 | 1000010 | 101110 | 111110 | 0 | 11110 | 1001010 | 10010111 | 101101 | 10010 |
Color Harmonies of #19422E
Complementary color
Monochromatic Colors of #19422E
Black with #19422E
Text Example
Text Example
White with #19422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19422E; }
p { color: rgb(25,66,46); }
H1.HeaderClassName
{
color: #19422E;
}
.AnyTagClassName
{
color: #19422E;
}
</style>
background-color css
<style>
a { background-color: #19422E; }
a { background-color: rgb(25,66,46); }
div.DivClassName
{
background-color: #19422E;
}
.BgClassName
{
background-color: #19422E;
}
</style>
border-color css
<style>
span { border-color: #19422E; }
span { border-color: rgb(25,66,46); }
td.TdClassName
{
border-color: #19422E;
}
.TagClassName
{
border-color: #19422E;
}
</style>