Shades of Camarone #196829
Tints of Camarone #196829
RGB
CMYK
RGB Variations
Color information
#196829 (or 0x196829) is known color: Camarone. HEX triplet: 19, 68 and 29. RGB value is (25,104,41). Sum of RGB (Red+Green+Blue) = 25+104+41=170 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.71% from 170); Green value is 104 (41.02% from 255 or 61.18% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 104 - color contains mainly: green. Hex color #196829 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196829 is #E697D6. Grayscale: #494949. Windows color (decimal): -15112151 or 2713625. OLE color: 2713625.
HSL color Cylindrical-coordinate representation of color #196829: hue angle of 132.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196829 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 41 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.59 |
| HSL | 132.15º | 0.61% | 0.25% | - |
| HSV(B) | 132.15º | 0.76% | 0.41% | - |
| XYZ | 5.75 | 10.27 | 3.78 | - |
| YUV | 73.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 41 | 0.76 | 0 | 0.61 | 0.59 | 132.15 | 0.61 | 0.25 |
| Hex | 19 | 68 | 29 | 4C | 0 | 3D | 3B | 84 | 3D | 19 |
| Octal | 31 | 150 | 51 | 114 | 0 | 75 | 73 | 204 | 75 | 31 |
| Binary | 11001 | 1101000 | 101001 | 1001100 | 0 | 111101 | 111011 | 10000100 | 111101 | 11001 |
Color Harmonies of #196829
Complementary color
Monochromatic Colors of #196829
Black with #196829
Text Example
Text Example
White with #196829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196829; }
p { color: rgb(25,104,41); }
H1.HeaderClassName
{
color: #196829;
}
.AnyTagClassName
{
color: #196829;
}
</style>
background-color css
<style>
a { background-color: #196829; }
a { background-color: rgb(25,104,41); }
div.DivClassName
{
background-color: #196829;
}
.BgClassName
{
background-color: #196829;
}
</style>
border-color css
<style>
span { border-color: #196829; }
span { border-color: rgb(25,104,41); }
td.TdClassName
{
border-color: #196829;
}
.TagClassName
{
border-color: #196829;
}
</style>