Shades of Zuccini #194A28
Tints of Zuccini #194A28
RGB
CMYK
RGB Variations
Color information
#194A28 (or 0x194A28) is known color: Zuccini. HEX triplet: 19, 4A and 28. RGB value is (25,74,40). Sum of RGB (Red+Green+Blue) = 25+74+40=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 74 (29.30% from 255 or 53.24% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 74 - color contains mainly: green. Hex color #194A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A28 is #E6B5D7. Grayscale: #373737. Windows color (decimal): -15119832 or 2640409. OLE color: 2640409.
HSL color Cylindrical-coordinate representation of color #194A28: hue angle of 138.37º 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 #194A28 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 40 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.71 |
| HSL | 138.37º | 0.49% | 0.19% | - |
| HSV(B) | 138.37º | 0.66% | 0.29% | - |
| XYZ | 3.23 | 5.26 | 2.85 | - |
| YUV | 55.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 40 | 0.66 | 0 | 0.46 | 0.71 | 138.37 | 0.49 | 0.19 |
| Hex | 19 | 4A | 28 | 42 | 0 | 2E | 47 | 8A | 31 | 13 |
| Octal | 31 | 112 | 50 | 102 | 0 | 56 | 107 | 212 | 61 | 23 |
| Binary | 11001 | 1001010 | 101000 | 1000010 | 0 | 101110 | 1000111 | 10001010 | 110001 | 10011 |
Color Harmonies of #194A28
Complementary color
Monochromatic Colors of #194A28
Black with #194A28
Text Example
Text Example
White with #194A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A28; }
p { color: rgb(25,74,40); }
H1.HeaderClassName
{
color: #194A28;
}
.AnyTagClassName
{
color: #194A28;
}
</style>
background-color css
<style>
a { background-color: #194A28; }
a { background-color: rgb(25,74,40); }
div.DivClassName
{
background-color: #194A28;
}
.BgClassName
{
background-color: #194A28;
}
</style>
border-color css
<style>
span { border-color: #194A28; }
span { border-color: rgb(25,74,40); }
td.TdClassName
{
border-color: #194A28;
}
.TagClassName
{
border-color: #194A28;
}
</style>