Shades of Zuccini #194D2E
Tints of Zuccini #194D2E
RGB
CMYK
RGB Variations
Color information
#194D2E (or 0x194D2E) is known color: Zuccini. HEX triplet: 19, 4D and 2E. RGB value is (25,77,46). Sum of RGB (Red+Green+Blue) = 25+77+46=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #194D2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D2E is #E6B2D1. Grayscale: #393939. Windows color (decimal): -15119058 or 3034393. OLE color: 3034393.
HSL color Cylindrical-coordinate representation of color #194D2E: hue angle of 144.23º 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 #194D2E is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 77 | 46 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.70 |
| HSL | 144.23º | 0.51% | 0.2% | - |
| HSV(B) | 144.23º | 0.68% | 0.3% | - |
| XYZ | 3.55 | 5.71 | 3.5 | - |
| YUV | 57.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 46 | 0.68 | 0 | 0.40 | 0.70 | 144.23 | 0.51 | 0.2 |
| Hex | 19 | 4D | 2E | 44 | 0 | 28 | 46 | 90 | 33 | 14 |
| Octal | 31 | 115 | 56 | 104 | 0 | 50 | 106 | 220 | 63 | 24 |
| Binary | 11001 | 1001101 | 101110 | 1000100 | 0 | 101000 | 1000110 | 10010000 | 110011 | 10100 |
Color Harmonies of #194D2E
Complementary color
Monochromatic Colors of #194D2E
Black with #194D2E
Text Example
Text Example
White with #194D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D2E; }
p { color: rgb(25,77,46); }
H1.HeaderClassName
{
color: #194D2E;
}
.AnyTagClassName
{
color: #194D2E;
}
</style>
background-color css
<style>
a { background-color: #194D2E; }
a { background-color: rgb(25,77,46); }
div.DivClassName
{
background-color: #194D2E;
}
.BgClassName
{
background-color: #194D2E;
}
</style>
border-color css
<style>
span { border-color: #194D2E; }
span { border-color: rgb(25,77,46); }
td.TdClassName
{
border-color: #194D2E;
}
.TagClassName
{
border-color: #194D2E;
}
</style>