Shades of Zuccini #194928
Tints of Zuccini #194928
RGB
CMYK
RGB Variations
Color information
#194928 (or 0x194928) is known color: Zuccini. HEX triplet: 19, 49 and 28. RGB value is (25,73,40). Sum of RGB (Red+Green+Blue) = 25+73+40=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #194928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194928 is #E6B6D7. Grayscale: #363636. Windows color (decimal): -15120088 or 2640153. OLE color: 2640153.
HSL color Cylindrical-coordinate representation of color #194928: hue angle of 138.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194928 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 73 | 40 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.71 |
| HSL | 138.75º | 0.49% | 0.19% | - |
| HSV(B) | 138.75º | 0.66% | 0.29% | - |
| XYZ | 3.17 | 5.12 | 2.83 | - |
| YUV | 54.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 40 | 0.66 | 0 | 0.45 | 0.71 | 138.75 | 0.49 | 0.19 |
| Hex | 19 | 49 | 28 | 42 | 0 | 2D | 47 | 8B | 31 | 13 |
| Octal | 31 | 111 | 50 | 102 | 0 | 55 | 107 | 213 | 61 | 23 |
| Binary | 11001 | 1001001 | 101000 | 1000010 | 0 | 101101 | 1000111 | 10001011 | 110001 | 10011 |
Color Harmonies of #194928
Complementary color
Monochromatic Colors of #194928
Black with #194928
Text Example
Text Example
White with #194928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194928; }
p { color: rgb(25,73,40); }
H1.HeaderClassName
{
color: #194928;
}
.AnyTagClassName
{
color: #194928;
}
</style>
background-color css
<style>
a { background-color: #194928; }
a { background-color: rgb(25,73,40); }
div.DivClassName
{
background-color: #194928;
}
.BgClassName
{
background-color: #194928;
}
</style>
border-color css
<style>
span { border-color: #194928; }
span { border-color: rgb(25,73,40); }
td.TdClassName
{
border-color: #194928;
}
.TagClassName
{
border-color: #194928;
}
</style>