Shades of Camarone #197735
Tints of Camarone #197735
RGB
CMYK
RGB Variations
Color information
#197735 (or 0x197735) is known color: Camarone. HEX triplet: 19, 77 and 35. RGB value is (25,119,53). Sum of RGB (Red+Green+Blue) = 25+119+53=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #197735 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197735 is #E688CA. Grayscale: #535353. Windows color (decimal): -15108299 or 3503897. OLE color: 3503897.
HSL color Cylindrical-coordinate representation of color #197735: hue angle of 137.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197735 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 53 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.53 |
| HSL | 137.87º | 0.65% | 0.28% | - |
| HSV(B) | 137.87º | 0.79% | 0.47% | - |
| XYZ | 7.64 | 13.66 | 5.6 | - |
| YUV | 83.37 | 110.86 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 53 | 0.79 | 0 | 0.55 | 0.53 | 137.87 | 0.65 | 0.28 |
| Hex | 19 | 77 | 35 | 4F | 0 | 37 | 35 | 8A | 41 | 1C |
| Octal | 31 | 167 | 65 | 117 | 0 | 67 | 65 | 212 | 101 | 34 |
| Binary | 11001 | 1110111 | 110101 | 1001111 | 0 | 110111 | 110101 | 10001010 | 1000001 | 11100 |
Color Harmonies of #197735
Complementary color
Monochromatic Colors of #197735
Black with #197735
Text Example
Text Example
White with #197735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197735; }
p { color: rgb(25,119,53); }
H1.HeaderClassName
{
color: #197735;
}
.AnyTagClassName
{
color: #197735;
}
</style>
background-color css
<style>
a { background-color: #197735; }
a { background-color: rgb(25,119,53); }
div.DivClassName
{
background-color: #197735;
}
.BgClassName
{
background-color: #197735;
}
</style>
border-color css
<style>
span { border-color: #197735; }
span { border-color: rgb(25,119,53); }
td.TdClassName
{
border-color: #197735;
}
.TagClassName
{
border-color: #197735;
}
</style>