Shades of Zuccini #194B2E
Tints of Zuccini #194B2E
RGB
CMYK
RGB Variations
Color information
#194B2E (or 0x194B2E) is known color: Zuccini. HEX triplet: 19, 4B and 2E. RGB value is (25,75,46). Sum of RGB (Red+Green+Blue) = 25+75+46=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #194B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B2E is #E6B4D1. Grayscale: #383838. Windows color (decimal): -15119570 or 3033881. OLE color: 3033881.
HSL color Cylindrical-coordinate representation of color #194B2E: hue angle of 145.2º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B2E is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 46 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.71 |
| HSL | 145.2º | 0.5% | 0.2% | - |
| HSV(B) | 145.2º | 0.67% | 0.29% | - |
| XYZ | 3.41 | 5.44 | 3.45 | - |
| YUV | 56.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 46 | 0.67 | 0 | 0.39 | 0.71 | 145.2 | 0.5 | 0.2 |
| Hex | 19 | 4B | 2E | 43 | 0 | 27 | 47 | 91 | 32 | 14 |
| Octal | 31 | 113 | 56 | 103 | 0 | 47 | 107 | 221 | 62 | 24 |
| Binary | 11001 | 1001011 | 101110 | 1000011 | 0 | 100111 | 1000111 | 10010001 | 110010 | 10100 |
Color Harmonies of #194B2E
Complementary color
Monochromatic Colors of #194B2E
Black with #194B2E
Text Example
Text Example
White with #194B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B2E; }
p { color: rgb(25,75,46); }
H1.HeaderClassName
{
color: #194B2E;
}
.AnyTagClassName
{
color: #194B2E;
}
</style>
background-color css
<style>
a { background-color: #194B2E; }
a { background-color: rgb(25,75,46); }
div.DivClassName
{
background-color: #194B2E;
}
.BgClassName
{
background-color: #194B2E;
}
</style>
border-color css
<style>
span { border-color: #194B2E; }
span { border-color: rgb(25,75,46); }
td.TdClassName
{
border-color: #194B2E;
}
.TagClassName
{
border-color: #194B2E;
}
</style>