Shades of Camarone #196326
Tints of Camarone #196326
RGB
CMYK
RGB Variations
Color information
#196326 (or 0x196326) is known color: Camarone. HEX triplet: 19, 63 and 26. RGB value is (25,99,38). Sum of RGB (Red+Green+Blue) = 25+99+38=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #196326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196326 is #E69CD9. Grayscale: #464646. Windows color (decimal): -15113434 or 2515737. OLE color: 2515737.
HSL color Cylindrical-coordinate representation of color #196326: hue angle of 130.54º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196326 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 38 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.61 |
| HSL | 130.54º | 0.6% | 0.24% | - |
| HSV(B) | 130.54º | 0.75% | 0.39% | - |
| XYZ | 5.21 | 9.27 | 3.35 | - |
| YUV | 69.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 38 | 0.75 | 0 | 0.62 | 0.61 | 130.54 | 0.6 | 0.24 |
| Hex | 19 | 63 | 26 | 4B | 0 | 3E | 3D | 83 | 3C | 18 |
| Octal | 31 | 143 | 46 | 113 | 0 | 76 | 75 | 203 | 74 | 30 |
| Binary | 11001 | 1100011 | 100110 | 1001011 | 0 | 111110 | 111101 | 10000011 | 111100 | 11000 |
Color Harmonies of #196326
Complementary color
Monochromatic Colors of #196326
Black with #196326
Text Example
Text Example
White with #196326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196326; }
p { color: rgb(25,99,38); }
H1.HeaderClassName
{
color: #196326;
}
.AnyTagClassName
{
color: #196326;
}
</style>
background-color css
<style>
a { background-color: #196326; }
a { background-color: rgb(25,99,38); }
div.DivClassName
{
background-color: #196326;
}
.BgClassName
{
background-color: #196326;
}
</style>
border-color css
<style>
span { border-color: #196326; }
span { border-color: rgb(25,99,38); }
td.TdClassName
{
border-color: #196326;
}
.TagClassName
{
border-color: #196326;
}
</style>