Shades of Zuccini #194D2A
Tints of Zuccini #194D2A
RGB
CMYK
RGB Variations
Color information
#194D2A (or 0x194D2A) is known color: Zuccini. HEX triplet: 19, 4D and 2A. RGB value is (25,77,42). Sum of RGB (Red+Green+Blue) = 25+77+42=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #194D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D2A is #E6B2D5. Grayscale: #393939. Windows color (decimal): -15119062 or 2772249. OLE color: 2772249.
HSL color Cylindrical-coordinate representation of color #194D2A: hue angle of 139.62º 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 #194D2A is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 42 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.70 |
| HSL | 139.62º | 0.51% | 0.2% | - |
| HSV(B) | 139.62º | 0.68% | 0.3% | - |
| XYZ | 3.47 | 5.68 | 3.1 | - |
| YUV | 57.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 42 | 0.68 | 0 | 0.45 | 0.70 | 139.62 | 0.51 | 0.2 |
| Hex | 19 | 4D | 2A | 44 | 0 | 2D | 46 | 8C | 33 | 14 |
| Octal | 31 | 115 | 52 | 104 | 0 | 55 | 106 | 214 | 63 | 24 |
| Binary | 11001 | 1001101 | 101010 | 1000100 | 0 | 101101 | 1000110 | 10001100 | 110011 | 10100 |
Color Harmonies of #194D2A
Complementary color
Monochromatic Colors of #194D2A
Black with #194D2A
Text Example
Text Example
White with #194D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D2A; }
p { color: rgb(25,77,42); }
H1.HeaderClassName
{
color: #194D2A;
}
.AnyTagClassName
{
color: #194D2A;
}
</style>
background-color css
<style>
a { background-color: #194D2A; }
a { background-color: rgb(25,77,42); }
div.DivClassName
{
background-color: #194D2A;
}
.BgClassName
{
background-color: #194D2A;
}
</style>
border-color css
<style>
span { border-color: #194D2A; }
span { border-color: rgb(25,77,42); }
td.TdClassName
{
border-color: #194D2A;
}
.TagClassName
{
border-color: #194D2A;
}
</style>