Shades of Zuccini #19402D
Tints of Zuccini #19402D
RGB
CMYK
RGB Variations
Color information
#19402D (or 0x19402D) is known color: Zuccini. HEX triplet: 19, 40 and 2D. RGB value is (25,64,45). Sum of RGB (Red+Green+Blue) = 25+64+45=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #19402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19402D is #E6BFD2. Grayscale: #323232. Windows color (decimal): -15122387 or 2965529. OLE color: 2965529.
HSL color Cylindrical-coordinate representation of color #19402D: hue angle of 150.77º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #19402D is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 64 | 45 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.75 |
| HSL | 150.77º | 0.44% | 0.17% | - |
| HSV(B) | 150.77º | 0.61% | 0.25% | - |
| XYZ | 2.71 | 4.06 | 3.12 | - |
| YUV | 50.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 45 | 0.61 | 0 | 0.30 | 0.75 | 150.77 | 0.44 | 0.17 |
| Hex | 19 | 40 | 2D | 3D | 0 | 1E | 4B | 97 | 2C | 11 |
| Octal | 31 | 100 | 55 | 75 | 0 | 36 | 113 | 227 | 54 | 21 |
| Binary | 11001 | 1000000 | 101101 | 111101 | 0 | 11110 | 1001011 | 10010111 | 101100 | 10001 |
Color Harmonies of #19402D
Complementary color
Monochromatic Colors of #19402D
Black with #19402D
Text Example
Text Example
White with #19402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19402D; }
p { color: rgb(25,64,45); }
H1.HeaderClassName
{
color: #19402D;
}
.AnyTagClassName
{
color: #19402D;
}
</style>
background-color css
<style>
a { background-color: #19402D; }
a { background-color: rgb(25,64,45); }
div.DivClassName
{
background-color: #19402D;
}
.BgClassName
{
background-color: #19402D;
}
</style>
border-color css
<style>
span { border-color: #19402D; }
span { border-color: rgb(25,64,45); }
td.TdClassName
{
border-color: #19402D;
}
.TagClassName
{
border-color: #19402D;
}
</style>