Shades of Camarone #196B33
Tints of Camarone #196B33
RGB
CMYK
RGB Variations
Color information
#196B33 (or 0x196B33) is known color: Camarone. HEX triplet: 19, 6B and 33. RGB value is (25,107,51). Sum of RGB (Red+Green+Blue) = 25+107+51=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #196B33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B33 is #E694CC. Grayscale: #4C4C4C. Windows color (decimal): -15111373 or 3369753. OLE color: 3369753.
HSL color Cylindrical-coordinate representation of color #196B33: hue angle of 139.02º 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 #196B33 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 51 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.58 |
| HSL | 139.02º | 0.62% | 0.26% | - |
| HSV(B) | 139.02º | 0.77% | 0.42% | - |
| XYZ | 6.26 | 10.96 | 4.92 | - |
| YUV | 76.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 51 | 0.77 | 0 | 0.52 | 0.58 | 139.02 | 0.62 | 0.26 |
| Hex | 19 | 6B | 33 | 4D | 0 | 34 | 3A | 8B | 3E | 1A |
| Octal | 31 | 153 | 63 | 115 | 0 | 64 | 72 | 213 | 76 | 32 |
| Binary | 11001 | 1101011 | 110011 | 1001101 | 0 | 110100 | 111010 | 10001011 | 111110 | 11010 |
Color Harmonies of #196B33
Complementary color
Monochromatic Colors of #196B33
Black with #196B33
Text Example
Text Example
White with #196B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B33; }
p { color: rgb(25,107,51); }
H1.HeaderClassName
{
color: #196B33;
}
.AnyTagClassName
{
color: #196B33;
}
</style>
background-color css
<style>
a { background-color: #196B33; }
a { background-color: rgb(25,107,51); }
div.DivClassName
{
background-color: #196B33;
}
.BgClassName
{
background-color: #196B33;
}
</style>
border-color css
<style>
span { border-color: #196B33; }
span { border-color: rgb(25,107,51); }
td.TdClassName
{
border-color: #196B33;
}
.TagClassName
{
border-color: #196B33;
}
</style>