Shades of Camarone #196727
Tints of Camarone #196727
RGB
CMYK
RGB Variations
Color information
#196727 (or 0x196727) is known color: Camarone. HEX triplet: 19, 67 and 27. RGB value is (25,103,39). Sum of RGB (Red+Green+Blue) = 25+103+39=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 39 (15.62% from 255 or 23.35% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #196727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196727 is #E698D8. Grayscale: #484848. Windows color (decimal): -15112409 or 2582297. OLE color: 2582297.
HSL color Cylindrical-coordinate representation of color #196727: hue angle of 130.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196727 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 39 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.60 |
| HSL | 130.77º | 0.61% | 0.25% | - |
| HSV(B) | 130.77º | 0.76% | 0.4% | - |
| XYZ | 5.62 | 10.05 | 3.56 | - |
| YUV | 72.38 | 109.16 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 39 | 0.76 | 0 | 0.62 | 0.60 | 130.77 | 0.61 | 0.25 |
| Hex | 19 | 67 | 27 | 4C | 0 | 3E | 3C | 83 | 3D | 19 |
| Octal | 31 | 147 | 47 | 114 | 0 | 76 | 74 | 203 | 75 | 31 |
| Binary | 11001 | 1100111 | 100111 | 1001100 | 0 | 111110 | 111100 | 10000011 | 111101 | 11001 |
Color Harmonies of #196727
Complementary color
Monochromatic Colors of #196727
Black with #196727
Text Example
Text Example
White with #196727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196727; }
p { color: rgb(25,103,39); }
H1.HeaderClassName
{
color: #196727;
}
.AnyTagClassName
{
color: #196727;
}
</style>
background-color css
<style>
a { background-color: #196727; }
a { background-color: rgb(25,103,39); }
div.DivClassName
{
background-color: #196727;
}
.BgClassName
{
background-color: #196727;
}
</style>
border-color css
<style>
span { border-color: #196727; }
span { border-color: rgb(25,103,39); }
td.TdClassName
{
border-color: #196727;
}
.TagClassName
{
border-color: #196727;
}
</style>