Shades of Camarone #196B2D
Tints of Camarone #196B2D
RGB
CMYK
RGB Variations
Color information
#196B2D (or 0x196B2D) is known color: Camarone. HEX triplet: 19, 6B and 2D. RGB value is (25,107,45). Sum of RGB (Red+Green+Blue) = 25+107+45=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #196B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196B2D is #E694D2. Grayscale: #4B4B4B. Windows color (decimal): -15111379 or 2976537. OLE color: 2976537.
HSL color Cylindrical-coordinate representation of color #196B2D: hue angle of 134.63º 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 #196B2D is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 45 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.58 |
| HSL | 134.63º | 0.62% | 0.26% | - |
| HSV(B) | 134.63º | 0.77% | 0.42% | - |
| XYZ | 6.13 | 10.91 | 4.27 | - |
| YUV | 75.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 45 | 0.77 | 0 | 0.58 | 0.58 | 134.63 | 0.62 | 0.26 |
| Hex | 19 | 6B | 2D | 4D | 0 | 3A | 3A | 87 | 3E | 1A |
| Octal | 31 | 153 | 55 | 115 | 0 | 72 | 72 | 207 | 76 | 32 |
| Binary | 11001 | 1101011 | 101101 | 1001101 | 0 | 111010 | 111010 | 10000111 | 111110 | 11010 |
Color Harmonies of #196B2D
Complementary color
Monochromatic Colors of #196B2D
Black with #196B2D
Text Example
Text Example
White with #196B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B2D; }
p { color: rgb(25,107,45); }
H1.HeaderClassName
{
color: #196B2D;
}
.AnyTagClassName
{
color: #196B2D;
}
</style>
background-color css
<style>
a { background-color: #196B2D; }
a { background-color: rgb(25,107,45); }
div.DivClassName
{
background-color: #196B2D;
}
.BgClassName
{
background-color: #196B2D;
}
</style>
border-color css
<style>
span { border-color: #196B2D; }
span { border-color: rgb(25,107,45); }
td.TdClassName
{
border-color: #196B2D;
}
.TagClassName
{
border-color: #196B2D;
}
</style>