Shades of Zuccini #19472C
Tints of Zuccini #19472C
RGB
CMYK
RGB Variations
Color information
#19472C (or 0x19472C) is known color: Zuccini. HEX triplet: 19, 47 and 2C. RGB value is (25,71,44). Sum of RGB (Red+Green+Blue) = 25+71+44=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #19472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19472C is #E6B8D3. Grayscale: #363636. Windows color (decimal): -15120596 or 2901785. OLE color: 2901785.
HSL color Cylindrical-coordinate representation of color #19472C: hue angle of 144.78º 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 #19472C is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 44 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.72 |
| HSL | 144.78º | 0.48% | 0.19% | - |
| HSV(B) | 144.78º | 0.65% | 0.28% | - |
| XYZ | 3.11 | 4.9 | 3.16 | - |
| YUV | 54.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 44 | 0.65 | 0 | 0.38 | 0.72 | 144.78 | 0.48 | 0.19 |
| Hex | 19 | 47 | 2C | 41 | 0 | 26 | 48 | 91 | 30 | 13 |
| Octal | 31 | 107 | 54 | 101 | 0 | 46 | 110 | 221 | 60 | 23 |
| Binary | 11001 | 1000111 | 101100 | 1000001 | 0 | 100110 | 1001000 | 10010001 | 110000 | 10011 |
Color Harmonies of #19472C
Complementary color
Monochromatic Colors of #19472C
Black with #19472C
Text Example
Text Example
White with #19472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19472C; }
p { color: rgb(25,71,44); }
H1.HeaderClassName
{
color: #19472C;
}
.AnyTagClassName
{
color: #19472C;
}
</style>
background-color css
<style>
a { background-color: #19472C; }
a { background-color: rgb(25,71,44); }
div.DivClassName
{
background-color: #19472C;
}
.BgClassName
{
background-color: #19472C;
}
</style>
border-color css
<style>
span { border-color: #19472C; }
span { border-color: rgb(25,71,44); }
td.TdClassName
{
border-color: #19472C;
}
.TagClassName
{
border-color: #19472C;
}
</style>