Shades of Camarone #196B28
Tints of Camarone #196B28
RGB
CMYK
RGB Variations
Color information
#196B28 (or 0x196B28) is known color: Camarone. HEX triplet: 19, 6B and 28. RGB value is (25,107,40). Sum of RGB (Red+Green+Blue) = 25+107+40=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #196B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B28 is #E694D7. Grayscale: #4B4B4B. Windows color (decimal): -15111384 or 2648857. OLE color: 2648857.
HSL color Cylindrical-coordinate representation of color #196B28: hue angle of 130.98º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B28 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 40 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.58 |
| HSL | 130.98º | 0.62% | 0.26% | - |
| HSV(B) | 130.98º | 0.77% | 0.42% | - |
| XYZ | 6.04 | 10.88 | 3.79 | - |
| YUV | 74.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 40 | 0.77 | 0 | 0.63 | 0.58 | 130.98 | 0.62 | 0.26 |
| Hex | 19 | 6B | 28 | 4D | 0 | 3F | 3A | 83 | 3E | 1A |
| Octal | 31 | 153 | 50 | 115 | 0 | 77 | 72 | 203 | 76 | 32 |
| Binary | 11001 | 1101011 | 101000 | 1001101 | 0 | 111111 | 111010 | 10000011 | 111110 | 11010 |
Color Harmonies of #196B28
Complementary color
Monochromatic Colors of #196B28
Black with #196B28
Text Example
Text Example
White with #196B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B28; }
p { color: rgb(25,107,40); }
H1.HeaderClassName
{
color: #196B28;
}
.AnyTagClassName
{
color: #196B28;
}
</style>
background-color css
<style>
a { background-color: #196B28; }
a { background-color: rgb(25,107,40); }
div.DivClassName
{
background-color: #196B28;
}
.BgClassName
{
background-color: #196B28;
}
</style>
border-color css
<style>
span { border-color: #196B28; }
span { border-color: rgb(25,107,40); }
td.TdClassName
{
border-color: #196B28;
}
.TagClassName
{
border-color: #196B28;
}
</style>