Shades of Zuccini #19412C
Tints of Zuccini #19412C
RGB
CMYK
RGB Variations
Color information
#19412C (or 0x19412C) is known color: Zuccini. HEX triplet: 19, 41 and 2C. RGB value is (25,65,44). Sum of RGB (Red+Green+Blue) = 25+65+44=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #19412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19412C is #E6BED3. Grayscale: #323232. Windows color (decimal): -15122132 or 2900249. OLE color: 2900249.
HSL color Cylindrical-coordinate representation of color #19412C: hue angle of 148.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #19412C is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 65 | 44 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.75 |
| HSL | 148.5º | 0.44% | 0.18% | - |
| HSV(B) | 148.5º | 0.62% | 0.25% | - |
| XYZ | 2.75 | 4.17 | 3.04 | - |
| YUV | 50.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 44 | 0.62 | 0 | 0.32 | 0.75 | 148.5 | 0.44 | 0.18 |
| Hex | 19 | 41 | 2C | 3E | 0 | 20 | 4B | 94 | 2C | 12 |
| Octal | 31 | 101 | 54 | 76 | 0 | 40 | 113 | 224 | 54 | 22 |
| Binary | 11001 | 1000001 | 101100 | 111110 | 0 | 100000 | 1001011 | 10010100 | 101100 | 10010 |
Color Harmonies of #19412C
Complementary color
Monochromatic Colors of #19412C
Black with #19412C
Text Example
Text Example
White with #19412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19412C; }
p { color: rgb(25,65,44); }
H1.HeaderClassName
{
color: #19412C;
}
.AnyTagClassName
{
color: #19412C;
}
</style>
background-color css
<style>
a { background-color: #19412C; }
a { background-color: rgb(25,65,44); }
div.DivClassName
{
background-color: #19412C;
}
.BgClassName
{
background-color: #19412C;
}
</style>
border-color css
<style>
span { border-color: #19412C; }
span { border-color: rgb(25,65,44); }
td.TdClassName
{
border-color: #19412C;
}
.TagClassName
{
border-color: #19412C;
}
</style>