Shades of Zuccini #194829
Tints of Zuccini #194829
RGB
CMYK
RGB Variations
Color information
#194829 (or 0x194829) is known color: Zuccini. HEX triplet: 19, 48 and 29. RGB value is (25,72,41). Sum of RGB (Red+Green+Blue) = 25+72+41=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #194829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194829 is #E6B7D6. Grayscale: #363636. Windows color (decimal): -15120343 or 2705433. OLE color: 2705433.
HSL color Cylindrical-coordinate representation of color #194829: hue angle of 140.43º 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 #194829 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 41 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.72 |
| HSL | 140.43º | 0.48% | 0.19% | - |
| HSV(B) | 140.43º | 0.65% | 0.28% | - |
| XYZ | 3.12 | 5 | 2.9 | - |
| YUV | 54.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 41 | 0.65 | 0 | 0.43 | 0.72 | 140.43 | 0.48 | 0.19 |
| Hex | 19 | 48 | 29 | 41 | 0 | 2B | 48 | 8C | 30 | 13 |
| Octal | 31 | 110 | 51 | 101 | 0 | 53 | 110 | 214 | 60 | 23 |
| Binary | 11001 | 1001000 | 101001 | 1000001 | 0 | 101011 | 1001000 | 10001100 | 110000 | 10011 |
Color Harmonies of #194829
Complementary color
Monochromatic Colors of #194829
Black with #194829
Text Example
Text Example
White with #194829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194829; }
p { color: rgb(25,72,41); }
H1.HeaderClassName
{
color: #194829;
}
.AnyTagClassName
{
color: #194829;
}
</style>
background-color css
<style>
a { background-color: #194829; }
a { background-color: rgb(25,72,41); }
div.DivClassName
{
background-color: #194829;
}
.BgClassName
{
background-color: #194829;
}
</style>
border-color css
<style>
span { border-color: #194829; }
span { border-color: rgb(25,72,41); }
td.TdClassName
{
border-color: #194829;
}
.TagClassName
{
border-color: #194829;
}
</style>