Shades of Zuccini #194D31
Tints of Zuccini #194D31
RGB
CMYK
RGB Variations
Color information
#194D31 (or 0x194D31) is known color: Zuccini. HEX triplet: 19, 4D and 31. RGB value is (25,77,49). Sum of RGB (Red+Green+Blue) = 25+77+49=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #194D31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D31 is #E6B2CE. Grayscale: #3A3A3A. Windows color (decimal): -15119055 or 3231001. OLE color: 3231001.
HSL color Cylindrical-coordinate representation of color #194D31: hue angle of 147.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D31 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 49 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.70 |
| HSL | 147.69º | 0.51% | 0.2% | - |
| HSV(B) | 147.69º | 0.68% | 0.3% | - |
| XYZ | 3.61 | 5.74 | 3.82 | - |
| YUV | 58.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 49 | 0.68 | 0 | 0.36 | 0.70 | 147.69 | 0.51 | 0.2 |
| Hex | 19 | 4D | 31 | 44 | 0 | 24 | 46 | 94 | 33 | 14 |
| Octal | 31 | 115 | 61 | 104 | 0 | 44 | 106 | 224 | 63 | 24 |
| Binary | 11001 | 1001101 | 110001 | 1000100 | 0 | 100100 | 1000110 | 10010100 | 110011 | 10100 |
Color Harmonies of #194D31
Complementary color
Monochromatic Colors of #194D31
Black with #194D31
Text Example
Text Example
White with #194D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D31; }
p { color: rgb(25,77,49); }
H1.HeaderClassName
{
color: #194D31;
}
.AnyTagClassName
{
color: #194D31;
}
</style>
background-color css
<style>
a { background-color: #194D31; }
a { background-color: rgb(25,77,49); }
div.DivClassName
{
background-color: #194D31;
}
.BgClassName
{
background-color: #194D31;
}
</style>
border-color css
<style>
span { border-color: #194D31; }
span { border-color: rgb(25,77,49); }
td.TdClassName
{
border-color: #194D31;
}
.TagClassName
{
border-color: #194D31;
}
</style>