Shades of Camarone #196B34
Tints of Camarone #196B34
RGB
CMYK
RGB Variations
Color information
#196B34 (or 0x196B34) is known color: Camarone. HEX triplet: 19, 6B and 34. RGB value is (25,107,52). Sum of RGB (Red+Green+Blue) = 25+107+52=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #196B34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B34 is #E694CB. Grayscale: #4C4C4C. Windows color (decimal): -15111372 or 3435289. OLE color: 3435289.
HSL color Cylindrical-coordinate representation of color #196B34: hue angle of 139.76º 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 #196B34 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 52 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.58 |
| HSL | 139.76º | 0.62% | 0.26% | - |
| HSV(B) | 139.76º | 0.77% | 0.42% | - |
| XYZ | 6.28 | 10.97 | 5.04 | - |
| YUV | 76.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 52 | 0.77 | 0 | 0.51 | 0.58 | 139.76 | 0.62 | 0.26 |
| Hex | 19 | 6B | 34 | 4D | 0 | 33 | 3A | 8C | 3E | 1A |
| Octal | 31 | 153 | 64 | 115 | 0 | 63 | 72 | 214 | 76 | 32 |
| Binary | 11001 | 1101011 | 110100 | 1001101 | 0 | 110011 | 111010 | 10001100 | 111110 | 11010 |
Color Harmonies of #196B34
Complementary color
Monochromatic Colors of #196B34
Black with #196B34
Text Example
Text Example
White with #196B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B34; }
p { color: rgb(25,107,52); }
H1.HeaderClassName
{
color: #196B34;
}
.AnyTagClassName
{
color: #196B34;
}
</style>
background-color css
<style>
a { background-color: #196B34; }
a { background-color: rgb(25,107,52); }
div.DivClassName
{
background-color: #196B34;
}
.BgClassName
{
background-color: #196B34;
}
</style>
border-color css
<style>
span { border-color: #196B34; }
span { border-color: rgb(25,107,52); }
td.TdClassName
{
border-color: #196B34;
}
.TagClassName
{
border-color: #196B34;
}
</style>