Shades of Zuccini #19462A
Tints of Zuccini #19462A
RGB
CMYK
RGB Variations
Color information
#19462A (or 0x19462A) is known color: Zuccini. HEX triplet: 19, 46 and 2A. RGB value is (25,70,42). Sum of RGB (Red+Green+Blue) = 25+70+42=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #19462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19462A is #E6B9D5. Grayscale: #353535. Windows color (decimal): -15120854 or 2770457. OLE color: 2770457.
HSL color Cylindrical-coordinate representation of color #19462A: hue angle of 142.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 #19462A is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 25 | 70 | 42 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.73 |
| HSL | 142.67º | 0.47% | 0.19% | - |
| HSV(B) | 142.67º | 0.64% | 0.27% | - |
| XYZ | 3.01 | 4.75 | 2.95 | - |
| YUV | 53.35 | 121.59 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 42 | 0.64 | 0 | 0.40 | 0.73 | 142.67 | 0.47 | 0.19 |
| Hex | 19 | 46 | 2A | 40 | 0 | 28 | 49 | 8F | 2F | 13 |
| Octal | 31 | 106 | 52 | 100 | 0 | 50 | 111 | 217 | 57 | 23 |
| Binary | 11001 | 1000110 | 101010 | 1000000 | 0 | 101000 | 1001001 | 10001111 | 101111 | 10011 |
Color Harmonies of #19462A
Complementary color
Monochromatic Colors of #19462A
Black with #19462A
Text Example
Text Example
White with #19462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19462A; }
p { color: rgb(25,70,42); }
H1.HeaderClassName
{
color: #19462A;
}
.AnyTagClassName
{
color: #19462A;
}
</style>
background-color css
<style>
a { background-color: #19462A; }
a { background-color: rgb(25,70,42); }
div.DivClassName
{
background-color: #19462A;
}
.BgClassName
{
background-color: #19462A;
}
</style>
border-color css
<style>
span { border-color: #19462A; }
span { border-color: rgb(25,70,42); }
td.TdClassName
{
border-color: #19462A;
}
.TagClassName
{
border-color: #19462A;
}
</style>