Shades of Camarone #196C36
Tints of Camarone #196C36
RGB
CMYK
RGB Variations
Color information
#196C36 (or 0x196C36) is known color: Camarone. HEX triplet: 19, 6C and 36. RGB value is (25,108,54). Sum of RGB (Red+Green+Blue) = 25+108+54=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #196C36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196C36 is #E693C9. Grayscale: #4D4D4D. Windows color (decimal): -15111114 or 3566617. OLE color: 3566617.
HSL color Cylindrical-coordinate representation of color #196C36: hue angle of 140.96º 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 #196C36 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 108 | 54 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.58 |
| HSL | 140.96º | 0.62% | 0.26% | - |
| HSV(B) | 140.96º | 0.77% | 0.42% | - |
| XYZ | 6.43 | 11.2 | 5.31 | - |
| YUV | 77.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 54 | 0.77 | 0 | 0.50 | 0.58 | 140.96 | 0.62 | 0.26 |
| Hex | 19 | 6C | 36 | 4D | 0 | 32 | 3A | 8D | 3E | 1A |
| Octal | 31 | 154 | 66 | 115 | 0 | 62 | 72 | 215 | 76 | 32 |
| Binary | 11001 | 1101100 | 110110 | 1001101 | 0 | 110010 | 111010 | 10001101 | 111110 | 11010 |
Color Harmonies of #196C36
Complementary color
Monochromatic Colors of #196C36
Black with #196C36
Text Example
Text Example
White with #196C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C36; }
p { color: rgb(25,108,54); }
H1.HeaderClassName
{
color: #196C36;
}
.AnyTagClassName
{
color: #196C36;
}
</style>
background-color css
<style>
a { background-color: #196C36; }
a { background-color: rgb(25,108,54); }
div.DivClassName
{
background-color: #196C36;
}
.BgClassName
{
background-color: #196C36;
}
</style>
border-color css
<style>
span { border-color: #196C36; }
span { border-color: rgb(25,108,54); }
td.TdClassName
{
border-color: #196C36;
}
.TagClassName
{
border-color: #196C36;
}
</style>