Shades of Camarone #196833
Tints of Camarone #196833
RGB
CMYK
RGB Variations
Color information
#196833 (or 0x196833) is known color: Camarone. HEX triplet: 19, 68 and 33. RGB value is (25,104,51). Sum of RGB (Red+Green+Blue) = 25+104+51=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 104 (41.02% from 255 or 57.78% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 104 - color contains mainly: green. Hex color #196833 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196833 is #E697CC. Grayscale: #4A4A4A. Windows color (decimal): -15112141 or 3368985. OLE color: 3368985.
HSL color Cylindrical-coordinate representation of color #196833: hue angle of 139.75º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196833 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 51 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.59 |
| HSL | 139.75º | 0.61% | 0.25% | - |
| HSV(B) | 139.75º | 0.76% | 0.41% | - |
| XYZ | 5.95 | 10.35 | 4.82 | - |
| YUV | 74.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 51 | 0.76 | 0 | 0.51 | 0.59 | 139.75 | 0.61 | 0.25 |
| Hex | 19 | 68 | 33 | 4C | 0 | 33 | 3B | 8C | 3D | 19 |
| Octal | 31 | 150 | 63 | 114 | 0 | 63 | 73 | 214 | 75 | 31 |
| Binary | 11001 | 1101000 | 110011 | 1001100 | 0 | 110011 | 111011 | 10001100 | 111101 | 11001 |
Color Harmonies of #196833
Complementary color
Monochromatic Colors of #196833
Black with #196833
Text Example
Text Example
White with #196833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196833; }
p { color: rgb(25,104,51); }
H1.HeaderClassName
{
color: #196833;
}
.AnyTagClassName
{
color: #196833;
}
</style>
background-color css
<style>
a { background-color: #196833; }
a { background-color: rgb(25,104,51); }
div.DivClassName
{
background-color: #196833;
}
.BgClassName
{
background-color: #196833;
}
</style>
border-color css
<style>
span { border-color: #196833; }
span { border-color: rgb(25,104,51); }
td.TdClassName
{
border-color: #196833;
}
.TagClassName
{
border-color: #196833;
}
</style>