Shades of Camarone #196626
Tints of Camarone #196626
RGB
CMYK
RGB Variations
Color information
#196626 (or 0x196626) is known color: Camarone. HEX triplet: 19, 66 and 26. RGB value is (25,102,38). Sum of RGB (Red+Green+Blue) = 25+102+38=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #196626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196626 is #E699D9. Grayscale: #474747. Windows color (decimal): -15112666 or 2516505. OLE color: 2516505.
HSL color Cylindrical-coordinate representation of color #196626: hue angle of 130.13º 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 #196626 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 38 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.6 |
| HSL | 130.13º | 0.61% | 0.25% | - |
| HSV(B) | 130.13º | 0.75% | 0.4% | - |
| XYZ | 5.5 | 9.85 | 3.44 | - |
| YUV | 71.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 38 | 0.75 | 0 | 0.63 | 0.6 | 130.13 | 0.61 | 0.25 |
| Hex | 19 | 66 | 26 | 4B | 0 | 3F | 3C | 82 | 3D | 19 |
| Octal | 31 | 146 | 46 | 113 | 0 | 77 | 74 | 202 | 75 | 31 |
| Binary | 11001 | 1100110 | 100110 | 1001011 | 0 | 111111 | 111100 | 10000010 | 111101 | 11001 |
Color Harmonies of #196626
Complementary color
Monochromatic Colors of #196626
Black with #196626
Text Example
Text Example
White with #196626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196626; }
p { color: rgb(25,102,38); }
H1.HeaderClassName
{
color: #196626;
}
.AnyTagClassName
{
color: #196626;
}
</style>
background-color css
<style>
a { background-color: #196626; }
a { background-color: rgb(25,102,38); }
div.DivClassName
{
background-color: #196626;
}
.BgClassName
{
background-color: #196626;
}
</style>
border-color css
<style>
span { border-color: #196626; }
span { border-color: rgb(25,102,38); }
td.TdClassName
{
border-color: #196626;
}
.TagClassName
{
border-color: #196626;
}
</style>