Shades of Camarone #196437
Tints of Camarone #196437
RGB
CMYK
RGB Variations
Color information
#196437 (or 0x196437) is known color: Camarone. HEX triplet: 19, 64 and 37. RGB value is (25,100,55). Sum of RGB (Red+Green+Blue) = 25+100+55=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #196437 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196437 is #E69BC8. Grayscale: #484848. Windows color (decimal): -15113161 or 3630105. OLE color: 3630105.
HSL color Cylindrical-coordinate representation of color #196437: hue angle of 144º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196437 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 55 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.61 |
| HSL | 144º | 0.6% | 0.25% | - |
| HSV(B) | 144º | 0.75% | 0.39% | - |
| XYZ | 5.65 | 9.6 | 5.17 | - |
| YUV | 72.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 55 | 0.75 | 0 | 0.45 | 0.61 | 144 | 0.6 | 0.25 |
| Hex | 19 | 64 | 37 | 4B | 0 | 2D | 3D | 90 | 3C | 19 |
| Octal | 31 | 144 | 67 | 113 | 0 | 55 | 75 | 220 | 74 | 31 |
| Binary | 11001 | 1100100 | 110111 | 1001011 | 0 | 101101 | 111101 | 10010000 | 111100 | 11001 |
Color Harmonies of #196437
Complementary color
Monochromatic Colors of #196437
Black with #196437
Text Example
Text Example
White with #196437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196437; }
p { color: rgb(25,100,55); }
H1.HeaderClassName
{
color: #196437;
}
.AnyTagClassName
{
color: #196437;
}
</style>
background-color css
<style>
a { background-color: #196437; }
a { background-color: rgb(25,100,55); }
div.DivClassName
{
background-color: #196437;
}
.BgClassName
{
background-color: #196437;
}
</style>
border-color css
<style>
span { border-color: #196437; }
span { border-color: rgb(25,100,55); }
td.TdClassName
{
border-color: #196437;
}
.TagClassName
{
border-color: #196437;
}
</style>