Shades of Camarone #196736
Tints of Camarone #196736
RGB
CMYK
RGB Variations
Color information
#196736 (or 0x196736) is known color: Camarone. HEX triplet: 19, 67 and 36. RGB value is (25,103,54). Sum of RGB (Red+Green+Blue) = 25+103+54=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #196736 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196736 is #E698C9. Grayscale: #4A4A4A. Windows color (decimal): -15112394 or 3565337. OLE color: 3565337.
HSL color Cylindrical-coordinate representation of color #196736: hue angle of 142.31º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196736 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 54 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.60 |
| HSL | 142.31º | 0.61% | 0.25% | - |
| HSV(B) | 142.31º | 0.76% | 0.4% | - |
| XYZ | 5.92 | 10.17 | 5.14 | - |
| YUV | 74.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 54 | 0.76 | 0 | 0.48 | 0.60 | 142.31 | 0.61 | 0.25 |
| Hex | 19 | 67 | 36 | 4C | 0 | 30 | 3C | 8E | 3D | 19 |
| Octal | 31 | 147 | 66 | 114 | 0 | 60 | 74 | 216 | 75 | 31 |
| Binary | 11001 | 1100111 | 110110 | 1001100 | 0 | 110000 | 111100 | 10001110 | 111101 | 11001 |
Color Harmonies of #196736
Complementary color
Monochromatic Colors of #196736
Black with #196736
Text Example
Text Example
White with #196736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196736; }
p { color: rgb(25,103,54); }
H1.HeaderClassName
{
color: #196736;
}
.AnyTagClassName
{
color: #196736;
}
</style>
background-color css
<style>
a { background-color: #196736; }
a { background-color: rgb(25,103,54); }
div.DivClassName
{
background-color: #196736;
}
.BgClassName
{
background-color: #196736;
}
</style>
border-color css
<style>
span { border-color: #196736; }
span { border-color: rgb(25,103,54); }
td.TdClassName
{
border-color: #196736;
}
.TagClassName
{
border-color: #196736;
}
</style>