Shades of Camarone #196C33
Tints of Camarone #196C33
RGB
CMYK
RGB Variations
Color information
#196C33 (or 0x196C33) is known color: Camarone. HEX triplet: 19, 6C and 33. RGB value is (25,108,51). Sum of RGB (Red+Green+Blue) = 25+108+51=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #196C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C33 is #E693CC. Grayscale: #4C4C4C. Windows color (decimal): -15111117 or 3370009. OLE color: 3370009.
HSL color Cylindrical-coordinate representation of color #196C33: hue angle of 138.8º 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 #196C33 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 51 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.58 |
| HSL | 138.8º | 0.62% | 0.26% | - |
| HSV(B) | 138.8º | 0.77% | 0.42% | - |
| XYZ | 6.36 | 11.17 | 4.95 | - |
| YUV | 76.69 | 113.5 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 51 | 0.77 | 0 | 0.53 | 0.58 | 138.8 | 0.62 | 0.26 |
| Hex | 19 | 6C | 33 | 4D | 0 | 35 | 3A | 8B | 3E | 1A |
| Octal | 31 | 154 | 63 | 115 | 0 | 65 | 72 | 213 | 76 | 32 |
| Binary | 11001 | 1101100 | 110011 | 1001101 | 0 | 110101 | 111010 | 10001011 | 111110 | 11010 |
Color Harmonies of #196C33
Complementary color
Monochromatic Colors of #196C33
Black with #196C33
Text Example
Text Example
White with #196C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C33; }
p { color: rgb(25,108,51); }
H1.HeaderClassName
{
color: #196C33;
}
.AnyTagClassName
{
color: #196C33;
}
</style>
background-color css
<style>
a { background-color: #196C33; }
a { background-color: rgb(25,108,51); }
div.DivClassName
{
background-color: #196C33;
}
.BgClassName
{
background-color: #196C33;
}
</style>
border-color css
<style>
span { border-color: #196C33; }
span { border-color: rgb(25,108,51); }
td.TdClassName
{
border-color: #196C33;
}
.TagClassName
{
border-color: #196C33;
}
</style>