Shades of Zuccini #194C2E
Tints of Zuccini #194C2E
RGB
CMYK
RGB Variations
Color information
#194C2E (or 0x194C2E) is known color: Zuccini. HEX triplet: 19, 4C and 2E. RGB value is (25,76,46). Sum of RGB (Red+Green+Blue) = 25+76+46=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #194C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C2E is #E6B3D1. Grayscale: #393939. Windows color (decimal): -15119314 or 3034137. OLE color: 3034137.
HSL color Cylindrical-coordinate representation of color #194C2E: hue angle of 144.71º 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 #194C2E is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 46 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.70 |
| HSL | 144.71º | 0.5% | 0.2% | - |
| HSV(B) | 144.71º | 0.67% | 0.3% | - |
| XYZ | 3.48 | 5.57 | 3.48 | - |
| YUV | 57.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 46 | 0.67 | 0 | 0.39 | 0.70 | 144.71 | 0.5 | 0.2 |
| Hex | 19 | 4C | 2E | 43 | 0 | 27 | 46 | 91 | 32 | 14 |
| Octal | 31 | 114 | 56 | 103 | 0 | 47 | 106 | 221 | 62 | 24 |
| Binary | 11001 | 1001100 | 101110 | 1000011 | 0 | 100111 | 1000110 | 10010001 | 110010 | 10100 |
Color Harmonies of #194C2E
Complementary color
Monochromatic Colors of #194C2E
Black with #194C2E
Text Example
Text Example
White with #194C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C2E; }
p { color: rgb(25,76,46); }
H1.HeaderClassName
{
color: #194C2E;
}
.AnyTagClassName
{
color: #194C2E;
}
</style>
background-color css
<style>
a { background-color: #194C2E; }
a { background-color: rgb(25,76,46); }
div.DivClassName
{
background-color: #194C2E;
}
.BgClassName
{
background-color: #194C2E;
}
</style>
border-color css
<style>
span { border-color: #194C2E; }
span { border-color: rgb(25,76,46); }
td.TdClassName
{
border-color: #194C2E;
}
.TagClassName
{
border-color: #194C2E;
}
</style>