Shades of Camarone #196C3B
Tints of Camarone #196C3B
RGB
CMYK
RGB Variations
Color information
#196C3B (or 0x196C3B) is known color: Camarone. HEX triplet: 19, 6C and 3B. RGB value is (25,108,59). Sum of RGB (Red+Green+Blue) = 25+108+59=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #196C3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C3B is #E693C4. Grayscale: #4D4D4D. Windows color (decimal): -15111109 or 3894297. OLE color: 3894297.
HSL color Cylindrical-coordinate representation of color #196C3B: hue angle of 144.58º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196C3B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 59 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.58 |
| HSL | 144.58º | 0.62% | 0.26% | - |
| HSV(B) | 144.58º | 0.77% | 0.42% | - |
| XYZ | 6.55 | 11.25 | 5.96 | - |
| YUV | 77.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 59 | 0.77 | 0 | 0.45 | 0.58 | 144.58 | 0.62 | 0.26 |
| Hex | 19 | 6C | 3B | 4D | 0 | 2D | 3A | 91 | 3E | 1A |
| Octal | 31 | 154 | 73 | 115 | 0 | 55 | 72 | 221 | 76 | 32 |
| Binary | 11001 | 1101100 | 111011 | 1001101 | 0 | 101101 | 111010 | 10010001 | 111110 | 11010 |
Color Harmonies of #196C3B
Complementary color
Monochromatic Colors of #196C3B
Black with #196C3B
Text Example
Text Example
White with #196C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C3B; }
p { color: rgb(25,108,59); }
H1.HeaderClassName
{
color: #196C3B;
}
.AnyTagClassName
{
color: #196C3B;
}
</style>
background-color css
<style>
a { background-color: #196C3B; }
a { background-color: rgb(25,108,59); }
div.DivClassName
{
background-color: #196C3B;
}
.BgClassName
{
background-color: #196C3B;
}
</style>
border-color css
<style>
span { border-color: #196C3B; }
span { border-color: rgb(25,108,59); }
td.TdClassName
{
border-color: #196C3B;
}
.TagClassName
{
border-color: #196C3B;
}
</style>