Shades of Zuccini #194E2D
Tints of Zuccini #194E2D
RGB
CMYK
RGB Variations
Color information
#194E2D (or 0x194E2D) is known color: Zuccini. HEX triplet: 19, 4E and 2D. RGB value is (25,78,45). Sum of RGB (Red+Green+Blue) = 25+78+45=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #194E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194E2D is #E6B1D2. Grayscale: #3A3A3A. Windows color (decimal): -15118803 or 2969113. OLE color: 2969113.
HSL color Cylindrical-coordinate representation of color #194E2D: hue angle of 142.64º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194E2D is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 45 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.69 |
| HSL | 142.64º | 0.51% | 0.2% | - |
| HSV(B) | 142.64º | 0.68% | 0.31% | - |
| XYZ | 3.6 | 5.84 | 3.42 | - |
| YUV | 58.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 45 | 0.68 | 0 | 0.42 | 0.69 | 142.64 | 0.51 | 0.2 |
| Hex | 19 | 4E | 2D | 44 | 0 | 2A | 45 | 8F | 33 | 14 |
| Octal | 31 | 116 | 55 | 104 | 0 | 52 | 105 | 217 | 63 | 24 |
| Binary | 11001 | 1001110 | 101101 | 1000100 | 0 | 101010 | 1000101 | 10001111 | 110011 | 10100 |
Color Harmonies of #194E2D
Complementary color
Monochromatic Colors of #194E2D
Black with #194E2D
Text Example
Text Example
White with #194E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E2D; }
p { color: rgb(25,78,45); }
H1.HeaderClassName
{
color: #194E2D;
}
.AnyTagClassName
{
color: #194E2D;
}
</style>
background-color css
<style>
a { background-color: #194E2D; }
a { background-color: rgb(25,78,45); }
div.DivClassName
{
background-color: #194E2D;
}
.BgClassName
{
background-color: #194E2D;
}
</style>
border-color css
<style>
span { border-color: #194E2D; }
span { border-color: rgb(25,78,45); }
td.TdClassName
{
border-color: #194E2D;
}
.TagClassName
{
border-color: #194E2D;
}
</style>