Shades of Zuccini #194729
Tints of Zuccini #194729
RGB
CMYK
RGB Variations
Color information
#194729 (or 0x194729) is known color: Zuccini. HEX triplet: 19, 47 and 29. RGB value is (25,71,41). Sum of RGB (Red+Green+Blue) = 25+71+41=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #194729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194729 is #E6B8D6. Grayscale: #353535. Windows color (decimal): -15120599 or 2705177. OLE color: 2705177.
HSL color Cylindrical-coordinate representation of color #194729: hue angle of 140.87º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194729 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 71 | 41 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.72 |
| HSL | 140.87º | 0.48% | 0.19% | - |
| HSV(B) | 140.87º | 0.65% | 0.28% | - |
| XYZ | 3.05 | 4.87 | 2.88 | - |
| YUV | 53.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 41 | 0.65 | 0 | 0.42 | 0.72 | 140.87 | 0.48 | 0.19 |
| Hex | 19 | 47 | 29 | 41 | 0 | 2A | 48 | 8D | 30 | 13 |
| Octal | 31 | 107 | 51 | 101 | 0 | 52 | 110 | 215 | 60 | 23 |
| Binary | 11001 | 1000111 | 101001 | 1000001 | 0 | 101010 | 1001000 | 10001101 | 110000 | 10011 |
Color Harmonies of #194729
Complementary color
Monochromatic Colors of #194729
Black with #194729
Text Example
Text Example
White with #194729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194729; }
p { color: rgb(25,71,41); }
H1.HeaderClassName
{
color: #194729;
}
.AnyTagClassName
{
color: #194729;
}
</style>
background-color css
<style>
a { background-color: #194729; }
a { background-color: rgb(25,71,41); }
div.DivClassName
{
background-color: #194729;
}
.BgClassName
{
background-color: #194729;
}
</style>
border-color css
<style>
span { border-color: #194729; }
span { border-color: rgb(25,71,41); }
td.TdClassName
{
border-color: #194729;
}
.TagClassName
{
border-color: #194729;
}
</style>