Shades of Camarone #197C2C
Tints of Camarone #197C2C
RGB
CMYK
RGB Variations
Color information
#197C2C (or 0x197C2C) is known color: Camarone. HEX triplet: 19, 7C and 2C. RGB value is (25,124,44). Sum of RGB (Red+Green+Blue) = 25+124+44=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #197C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C2C is #E683D3. Grayscale: #555555. Windows color (decimal): -15107028 or 2915353. OLE color: 2915353.
HSL color Cylindrical-coordinate representation of color #197C2C: hue angle of 131.52º 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 #197C2C is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 44 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.51 |
| HSL | 131.52º | 0.66% | 0.29% | - |
| HSV(B) | 131.52º | 0.8% | 0.49% | - |
| XYZ | 8.06 | 14.8 | 4.82 | - |
| YUV | 85.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 44 | 0.80 | 0 | 0.65 | 0.51 | 131.52 | 0.66 | 0.29 |
| Hex | 19 | 7C | 2C | 50 | 0 | 41 | 33 | 84 | 42 | 1D |
| Octal | 31 | 174 | 54 | 120 | 0 | 101 | 63 | 204 | 102 | 35 |
| Binary | 11001 | 1111100 | 101100 | 1010000 | 0 | 1000001 | 110011 | 10000100 | 1000010 | 11101 |
Color Harmonies of #197C2C
Complementary color
Monochromatic Colors of #197C2C
Black with #197C2C
Text Example
Text Example
White with #197C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C2C; }
p { color: rgb(25,124,44); }
H1.HeaderClassName
{
color: #197C2C;
}
.AnyTagClassName
{
color: #197C2C;
}
</style>
background-color css
<style>
a { background-color: #197C2C; }
a { background-color: rgb(25,124,44); }
div.DivClassName
{
background-color: #197C2C;
}
.BgClassName
{
background-color: #197C2C;
}
</style>
border-color css
<style>
span { border-color: #197C2C; }
span { border-color: rgb(25,124,44); }
td.TdClassName
{
border-color: #197C2C;
}
.TagClassName
{
border-color: #197C2C;
}
</style>