Shades of Zuccini #19462D
Tints of Zuccini #19462D
RGB
CMYK
RGB Variations
Color information
#19462D (or 0x19462D) is known color: Zuccini. HEX triplet: 19, 46 and 2D. RGB value is (25,70,45). Sum of RGB (Red+Green+Blue) = 25+70+45=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #19462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19462D is #E6B9D2. Grayscale: #353535. Windows color (decimal): -15120851 or 2967065. OLE color: 2967065.
HSL color Cylindrical-coordinate representation of color #19462D: hue angle of 146.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #19462D is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 45 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.73 |
| HSL | 146.67º | 0.47% | 0.19% | - |
| HSV(B) | 146.67º | 0.64% | 0.27% | - |
| XYZ | 3.06 | 4.78 | 3.24 | - |
| YUV | 53.7 | 123.09 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 45 | 0.64 | 0 | 0.36 | 0.73 | 146.67 | 0.47 | 0.19 |
| Hex | 19 | 46 | 2D | 40 | 0 | 24 | 49 | 93 | 2F | 13 |
| Octal | 31 | 106 | 55 | 100 | 0 | 44 | 111 | 223 | 57 | 23 |
| Binary | 11001 | 1000110 | 101101 | 1000000 | 0 | 100100 | 1001001 | 10010011 | 101111 | 10011 |
Color Harmonies of #19462D
Complementary color
Monochromatic Colors of #19462D
Black with #19462D
Text Example
Text Example
White with #19462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19462D; }
p { color: rgb(25,70,45); }
H1.HeaderClassName
{
color: #19462D;
}
.AnyTagClassName
{
color: #19462D;
}
</style>
background-color css
<style>
a { background-color: #19462D; }
a { background-color: rgb(25,70,45); }
div.DivClassName
{
background-color: #19462D;
}
.BgClassName
{
background-color: #19462D;
}
</style>
border-color css
<style>
span { border-color: #19462D; }
span { border-color: rgb(25,70,45); }
td.TdClassName
{
border-color: #19462D;
}
.TagClassName
{
border-color: #19462D;
}
</style>