Shades of Zuccini #194C29
Tints of Zuccini #194C29
RGB
CMYK
RGB Variations
Color information
#194C29 (or 0x194C29) is known color: Zuccini. HEX triplet: 19, 4C and 29. RGB value is (25,76,41). Sum of RGB (Red+Green+Blue) = 25+76+41=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #194C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C29 is #E6B3D6. Grayscale: #383838. Windows color (decimal): -15119319 or 2706457. OLE color: 2706457.
HSL color Cylindrical-coordinate representation of color #194C29: hue angle of 138.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C29 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 41 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.70 |
| HSL | 138.82º | 0.5% | 0.2% | - |
| HSV(B) | 138.82º | 0.67% | 0.3% | - |
| XYZ | 3.39 | 5.54 | 2.99 | - |
| YUV | 56.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 41 | 0.67 | 0 | 0.46 | 0.70 | 138.82 | 0.5 | 0.2 |
| Hex | 19 | 4C | 29 | 43 | 0 | 2E | 46 | 8B | 32 | 14 |
| Octal | 31 | 114 | 51 | 103 | 0 | 56 | 106 | 213 | 62 | 24 |
| Binary | 11001 | 1001100 | 101001 | 1000011 | 0 | 101110 | 1000110 | 10001011 | 110010 | 10100 |
Color Harmonies of #194C29
Complementary color
Monochromatic Colors of #194C29
Black with #194C29
Text Example
Text Example
White with #194C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C29; }
p { color: rgb(25,76,41); }
H1.HeaderClassName
{
color: #194C29;
}
.AnyTagClassName
{
color: #194C29;
}
</style>
background-color css
<style>
a { background-color: #194C29; }
a { background-color: rgb(25,76,41); }
div.DivClassName
{
background-color: #194C29;
}
.BgClassName
{
background-color: #194C29;
}
</style>
border-color css
<style>
span { border-color: #194C29; }
span { border-color: rgb(25,76,41); }
td.TdClassName
{
border-color: #194C29;
}
.TagClassName
{
border-color: #194C29;
}
</style>