Shades of Zuccini #19472E
Tints of Zuccini #19472E
RGB
CMYK
RGB Variations
Color information
#19472E (or 0x19472E) is known color: Zuccini. HEX triplet: 19, 47 and 2E. RGB value is (25,71,46). Sum of RGB (Red+Green+Blue) = 25+71+46=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #19472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19472E is #E6B8D1. Grayscale: #363636. Windows color (decimal): -15120594 or 3032857. OLE color: 3032857.
HSL color Cylindrical-coordinate representation of color #19472E: hue angle of 147.39º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19472E is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 46 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.72 |
| HSL | 147.39º | 0.48% | 0.19% | - |
| HSV(B) | 147.39º | 0.65% | 0.28% | - |
| XYZ | 3.15 | 4.91 | 3.37 | - |
| YUV | 54.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 46 | 0.65 | 0 | 0.35 | 0.72 | 147.39 | 0.48 | 0.19 |
| Hex | 19 | 47 | 2E | 41 | 0 | 23 | 48 | 93 | 30 | 13 |
| Octal | 31 | 107 | 56 | 101 | 0 | 43 | 110 | 223 | 60 | 23 |
| Binary | 11001 | 1000111 | 101110 | 1000001 | 0 | 100011 | 1001000 | 10010011 | 110000 | 10011 |
Color Harmonies of #19472E
Complementary color
Monochromatic Colors of #19472E
Black with #19472E
Text Example
Text Example
White with #19472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19472E; }
p { color: rgb(25,71,46); }
H1.HeaderClassName
{
color: #19472E;
}
.AnyTagClassName
{
color: #19472E;
}
</style>
background-color css
<style>
a { background-color: #19472E; }
a { background-color: rgb(25,71,46); }
div.DivClassName
{
background-color: #19472E;
}
.BgClassName
{
background-color: #19472E;
}
</style>
border-color css
<style>
span { border-color: #19472E; }
span { border-color: rgb(25,71,46); }
td.TdClassName
{
border-color: #19472E;
}
.TagClassName
{
border-color: #19472E;
}
</style>