Shades of Zuccini #194831
Tints of Zuccini #194831
RGB
CMYK
RGB Variations
Color information
#194831 (or 0x194831) is known color: Zuccini. HEX triplet: 19, 48 and 31. RGB value is (25,72,49). Sum of RGB (Red+Green+Blue) = 25+72+49=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #194831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194831 is #E6B7CE. Grayscale: #373737. Windows color (decimal): -15120335 or 3229721. OLE color: 3229721.
HSL color Cylindrical-coordinate representation of color #194831: hue angle of 150.64º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194831 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 25 | 72 | 49 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.72 |
| HSL | 150.64º | 0.48% | 0.19% | - |
| HSV(B) | 150.64º | 0.65% | 0.28% | - |
| XYZ | 3.27 | 5.06 | 3.71 | - |
| YUV | 55.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 49 | 0.65 | 0 | 0.32 | 0.72 | 150.64 | 0.48 | 0.19 |
| Hex | 19 | 48 | 31 | 41 | 0 | 20 | 48 | 97 | 30 | 13 |
| Octal | 31 | 110 | 61 | 101 | 0 | 40 | 110 | 227 | 60 | 23 |
| Binary | 11001 | 1001000 | 110001 | 1000001 | 0 | 100000 | 1001000 | 10010111 | 110000 | 10011 |
Color Harmonies of #194831
Complementary color
Monochromatic Colors of #194831
Black with #194831
Text Example
Text Example
White with #194831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194831; }
p { color: rgb(25,72,49); }
H1.HeaderClassName
{
color: #194831;
}
.AnyTagClassName
{
color: #194831;
}
</style>
background-color css
<style>
a { background-color: #194831; }
a { background-color: rgb(25,72,49); }
div.DivClassName
{
background-color: #194831;
}
.BgClassName
{
background-color: #194831;
}
</style>
border-color css
<style>
span { border-color: #194831; }
span { border-color: rgb(25,72,49); }
td.TdClassName
{
border-color: #194831;
}
.TagClassName
{
border-color: #194831;
}
</style>