Shades of Camarone #196637
Tints of Camarone #196637
RGB
CMYK
RGB Variations
Color information
#196637 (or 0x196637) is known color: Camarone. HEX triplet: 19, 66 and 37. RGB value is (25,102,55). Sum of RGB (Red+Green+Blue) = 25+102+55=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #196637 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196637 is #E699C8. Grayscale: #494949. Windows color (decimal): -15112649 or 3630617. OLE color: 3630617.
HSL color Cylindrical-coordinate representation of color #196637: hue angle of 143.38º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196637 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 55 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.6 |
| HSL | 143.38º | 0.61% | 0.25% | - |
| HSV(B) | 143.38º | 0.75% | 0.4% | - |
| XYZ | 5.84 | 9.99 | 5.23 | - |
| YUV | 73.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 55 | 0.75 | 0 | 0.46 | 0.6 | 143.38 | 0.61 | 0.25 |
| Hex | 19 | 66 | 37 | 4B | 0 | 2E | 3C | 8F | 3D | 19 |
| Octal | 31 | 146 | 67 | 113 | 0 | 56 | 74 | 217 | 75 | 31 |
| Binary | 11001 | 1100110 | 110111 | 1001011 | 0 | 101110 | 111100 | 10001111 | 111101 | 11001 |
Color Harmonies of #196637
Complementary color
Monochromatic Colors of #196637
Black with #196637
Text Example
Text Example
White with #196637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196637; }
p { color: rgb(25,102,55); }
H1.HeaderClassName
{
color: #196637;
}
.AnyTagClassName
{
color: #196637;
}
</style>
background-color css
<style>
a { background-color: #196637; }
a { background-color: rgb(25,102,55); }
div.DivClassName
{
background-color: #196637;
}
.BgClassName
{
background-color: #196637;
}
</style>
border-color css
<style>
span { border-color: #196637; }
span { border-color: rgb(25,102,55); }
td.TdClassName
{
border-color: #196637;
}
.TagClassName
{
border-color: #196637;
}
</style>