Shades of Zuccini #194C2C
Tints of Zuccini #194C2C
RGB
CMYK
RGB Variations
Color information
#194C2C (or 0x194C2C) is known color: Zuccini. HEX triplet: 19, 4C and 2C. RGB value is (25,76,44). Sum of RGB (Red+Green+Blue) = 25+76+44=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #194C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C2C is #E6B3D3. Grayscale: #393939. Windows color (decimal): -15119316 or 2903065. OLE color: 2903065.
HSL color Cylindrical-coordinate representation of color #194C2C: hue angle of 142.35º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C2C is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 44 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.70 |
| HSL | 142.35º | 0.5% | 0.2% | - |
| HSV(B) | 142.35º | 0.67% | 0.3% | - |
| XYZ | 3.44 | 5.56 | 3.27 | - |
| YUV | 57.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 44 | 0.67 | 0 | 0.42 | 0.70 | 142.35 | 0.5 | 0.2 |
| Hex | 19 | 4C | 2C | 43 | 0 | 2A | 46 | 8E | 32 | 14 |
| Octal | 31 | 114 | 54 | 103 | 0 | 52 | 106 | 216 | 62 | 24 |
| Binary | 11001 | 1001100 | 101100 | 1000011 | 0 | 101010 | 1000110 | 10001110 | 110010 | 10100 |
Color Harmonies of #194C2C
Complementary color
Monochromatic Colors of #194C2C
Black with #194C2C
Text Example
Text Example
White with #194C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C2C; }
p { color: rgb(25,76,44); }
H1.HeaderClassName
{
color: #194C2C;
}
.AnyTagClassName
{
color: #194C2C;
}
</style>
background-color css
<style>
a { background-color: #194C2C; }
a { background-color: rgb(25,76,44); }
div.DivClassName
{
background-color: #194C2C;
}
.BgClassName
{
background-color: #194C2C;
}
</style>
border-color css
<style>
span { border-color: #194C2C; }
span { border-color: rgb(25,76,44); }
td.TdClassName
{
border-color: #194C2C;
}
.TagClassName
{
border-color: #194C2C;
}
</style>