Shades of Camarone #196329
Tints of Camarone #196329
RGB
CMYK
RGB Variations
Color information
#196329 (or 0x196329) is known color: Camarone. HEX triplet: 19, 63 and 29. RGB value is (25,99,41). Sum of RGB (Red+Green+Blue) = 25+99+41=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #196329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196329 is #E69CD6. Grayscale: #464646. Windows color (decimal): -15113431 or 2712345. OLE color: 2712345.
HSL color Cylindrical-coordinate representation of color #196329: hue angle of 132.97º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196329 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 41 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.61 |
| HSL | 132.97º | 0.6% | 0.24% | - |
| HSV(B) | 132.97º | 0.75% | 0.39% | - |
| XYZ | 5.26 | 9.29 | 3.61 | - |
| YUV | 70.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 41 | 0.75 | 0 | 0.59 | 0.61 | 132.97 | 0.6 | 0.24 |
| Hex | 19 | 63 | 29 | 4B | 0 | 3B | 3D | 85 | 3C | 18 |
| Octal | 31 | 143 | 51 | 113 | 0 | 73 | 75 | 205 | 74 | 30 |
| Binary | 11001 | 1100011 | 101001 | 1001011 | 0 | 111011 | 111101 | 10000101 | 111100 | 11000 |
Color Harmonies of #196329
Complementary color
Monochromatic Colors of #196329
Black with #196329
Text Example
Text Example
White with #196329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196329; }
p { color: rgb(25,99,41); }
H1.HeaderClassName
{
color: #196329;
}
.AnyTagClassName
{
color: #196329;
}
</style>
background-color css
<style>
a { background-color: #196329; }
a { background-color: rgb(25,99,41); }
div.DivClassName
{
background-color: #196329;
}
.BgClassName
{
background-color: #196329;
}
</style>
border-color css
<style>
span { border-color: #196329; }
span { border-color: rgb(25,99,41); }
td.TdClassName
{
border-color: #196329;
}
.TagClassName
{
border-color: #196329;
}
</style>