Shades of Camarone #197C39
Tints of Camarone #197C39
RGB
CMYK
RGB Variations
Color information
#197C39 (or 0x197C39) is known color: Camarone. HEX triplet: 19, 7C and 39. RGB value is (25,124,57). Sum of RGB (Red+Green+Blue) = 25+124+57=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #197C39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C39 is #E683C6. Grayscale: #565656. Windows color (decimal): -15107015 or 3767321. OLE color: 3767321.
HSL color Cylindrical-coordinate representation of color #197C39: hue angle of 139.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C39 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 57 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.51 |
| HSL | 139.39º | 0.66% | 0.29% | - |
| HSV(B) | 139.39º | 0.8% | 0.49% | - |
| XYZ | 8.35 | 14.92 | 6.31 | - |
| YUV | 86.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 57 | 0.80 | 0 | 0.54 | 0.51 | 139.39 | 0.66 | 0.29 |
| Hex | 19 | 7C | 39 | 50 | 0 | 36 | 33 | 8B | 42 | 1D |
| Octal | 31 | 174 | 71 | 120 | 0 | 66 | 63 | 213 | 102 | 35 |
| Binary | 11001 | 1111100 | 111001 | 1010000 | 0 | 110110 | 110011 | 10001011 | 1000010 | 11101 |
Color Harmonies of #197C39
Complementary color
Monochromatic Colors of #197C39
Black with #197C39
Text Example
Text Example
White with #197C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C39; }
p { color: rgb(25,124,57); }
H1.HeaderClassName
{
color: #197C39;
}
.AnyTagClassName
{
color: #197C39;
}
</style>
background-color css
<style>
a { background-color: #197C39; }
a { background-color: rgb(25,124,57); }
div.DivClassName
{
background-color: #197C39;
}
.BgClassName
{
background-color: #197C39;
}
</style>
border-color css
<style>
span { border-color: #197C39; }
span { border-color: rgb(25,124,57); }
td.TdClassName
{
border-color: #197C39;
}
.TagClassName
{
border-color: #197C39;
}
</style>