Shades of Camarone #196828
Tints of Camarone #196828
RGB
CMYK
RGB Variations
Color information
#196828 (or 0x196828) is known color: Camarone. HEX triplet: 19, 68 and 28. RGB value is (25,104,40). Sum of RGB (Red+Green+Blue) = 25+104+40=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #196828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196828 is #E697D7. Grayscale: #494949. Windows color (decimal): -15112152 or 2648089. OLE color: 2648089.
HSL color Cylindrical-coordinate representation of color #196828: hue angle of 131.39º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196828 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 40 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.59 |
| HSL | 131.39º | 0.61% | 0.25% | - |
| HSV(B) | 131.39º | 0.76% | 0.41% | - |
| XYZ | 5.73 | 10.26 | 3.69 | - |
| YUV | 73.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 40 | 0.76 | 0 | 0.62 | 0.59 | 131.39 | 0.61 | 0.25 |
| Hex | 19 | 68 | 28 | 4C | 0 | 3E | 3B | 83 | 3D | 19 |
| Octal | 31 | 150 | 50 | 114 | 0 | 76 | 73 | 203 | 75 | 31 |
| Binary | 11001 | 1101000 | 101000 | 1001100 | 0 | 111110 | 111011 | 10000011 | 111101 | 11001 |
Color Harmonies of #196828
Complementary color
Monochromatic Colors of #196828
Black with #196828
Text Example
Text Example
White with #196828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196828; }
p { color: rgb(25,104,40); }
H1.HeaderClassName
{
color: #196828;
}
.AnyTagClassName
{
color: #196828;
}
</style>
background-color css
<style>
a { background-color: #196828; }
a { background-color: rgb(25,104,40); }
div.DivClassName
{
background-color: #196828;
}
.BgClassName
{
background-color: #196828;
}
</style>
border-color css
<style>
span { border-color: #196828; }
span { border-color: rgb(25,104,40); }
td.TdClassName
{
border-color: #196828;
}
.TagClassName
{
border-color: #196828;
}
</style>