Shades of Camarone #197C35
Tints of Camarone #197C35
RGB
CMYK
RGB Variations
Color information
#197C35 (or 0x197C35) is known color: Camarone. HEX triplet: 19, 7C and 35. RGB value is (25,124,53). Sum of RGB (Red+Green+Blue) = 25+124+53=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #197C35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C35 is #E683CA. Grayscale: #565656. Windows color (decimal): -15107019 or 3505177. OLE color: 3505177.
HSL color Cylindrical-coordinate representation of color #197C35: hue angle of 136.97º 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 #197C35 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 53 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.51 |
| HSL | 136.97º | 0.66% | 0.29% | - |
| HSV(B) | 136.97º | 0.8% | 0.49% | - |
| XYZ | 8.25 | 14.88 | 5.81 | - |
| YUV | 86.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 53 | 0.80 | 0 | 0.57 | 0.51 | 136.97 | 0.66 | 0.29 |
| Hex | 19 | 7C | 35 | 50 | 0 | 39 | 33 | 89 | 42 | 1D |
| Octal | 31 | 174 | 65 | 120 | 0 | 71 | 63 | 211 | 102 | 35 |
| Binary | 11001 | 1111100 | 110101 | 1010000 | 0 | 111001 | 110011 | 10001001 | 1000010 | 11101 |
Color Harmonies of #197C35
Complementary color
Monochromatic Colors of #197C35
Black with #197C35
Text Example
Text Example
White with #197C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C35; }
p { color: rgb(25,124,53); }
H1.HeaderClassName
{
color: #197C35;
}
.AnyTagClassName
{
color: #197C35;
}
</style>
background-color css
<style>
a { background-color: #197C35; }
a { background-color: rgb(25,124,53); }
div.DivClassName
{
background-color: #197C35;
}
.BgClassName
{
background-color: #197C35;
}
</style>
border-color css
<style>
span { border-color: #197C35; }
span { border-color: rgb(25,124,53); }
td.TdClassName
{
border-color: #197C35;
}
.TagClassName
{
border-color: #197C35;
}
</style>