Shades of Camarone #196F32
Tints of Camarone #196F32
RGB
CMYK
RGB Variations
Color information
#196F32 (or 0x196F32) is known color: Camarone. HEX triplet: 19, 6F and 32. RGB value is (25,111,50). Sum of RGB (Red+Green+Blue) = 25+111+50=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 111 (43.75% from 255 or 59.68% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 111 - color contains mainly: green. Hex color #196F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196F32 is #E690CD. Grayscale: #4E4E4E. Windows color (decimal): -15110350 or 3305241. OLE color: 3305241.
HSL color Cylindrical-coordinate representation of color #196F32: hue angle of 137.44º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F32 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 50 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.56 |
| HSL | 137.44º | 0.63% | 0.27% | - |
| HSV(B) | 137.44º | 0.77% | 0.44% | - |
| XYZ | 6.66 | 11.81 | 4.95 | - |
| YUV | 78.33 | 112.01 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 50 | 0.77 | 0 | 0.55 | 0.56 | 137.44 | 0.63 | 0.27 |
| Hex | 19 | 6F | 32 | 4D | 0 | 37 | 38 | 89 | 3F | 1B |
| Octal | 31 | 157 | 62 | 115 | 0 | 67 | 70 | 211 | 77 | 33 |
| Binary | 11001 | 1101111 | 110010 | 1001101 | 0 | 110111 | 111000 | 10001001 | 111111 | 11011 |
Color Harmonies of #196F32
Complementary color
Monochromatic Colors of #196F32
Black with #196F32
Text Example
Text Example
White with #196F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F32; }
p { color: rgb(25,111,50); }
H1.HeaderClassName
{
color: #196F32;
}
.AnyTagClassName
{
color: #196F32;
}
</style>
background-color css
<style>
a { background-color: #196F32; }
a { background-color: rgb(25,111,50); }
div.DivClassName
{
background-color: #196F32;
}
.BgClassName
{
background-color: #196F32;
}
</style>
border-color css
<style>
span { border-color: #196F32; }
span { border-color: rgb(25,111,50); }
td.TdClassName
{
border-color: #196F32;
}
.TagClassName
{
border-color: #196F32;
}
</style>