Shades of Camarone #197F34
Tints of Camarone #197F34
RGB
CMYK
RGB Variations
Color information
#197F34 (or 0x197F34) is known color: Camarone. HEX triplet: 19, 7F and 34. RGB value is (25,127,52). Sum of RGB (Red+Green+Blue) = 25+127+52=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 127 (50% from 255 or 62.25% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 127 - color contains mainly: green. Hex color #197F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197F34 is #E680CB. Grayscale: #585858. Windows color (decimal): -15106252 or 3440409. OLE color: 3440409.
HSL color Cylindrical-coordinate representation of color #197F34: hue angle of 135.88º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F34 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 127 | 52 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.50 |
| HSL | 135.88º | 0.67% | 0.3% | - |
| HSV(B) | 135.88º | 0.8% | 0.5% | - |
| XYZ | 8.61 | 15.63 | 5.81 | - |
| YUV | 87.95 | 107.71 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 52 | 0.80 | 0 | 0.59 | 0.50 | 135.88 | 0.67 | 0.3 |
| Hex | 19 | 7F | 34 | 50 | 0 | 3B | 32 | 88 | 43 | 1E |
| Octal | 31 | 177 | 64 | 120 | 0 | 73 | 62 | 210 | 103 | 36 |
| Binary | 11001 | 1111111 | 110100 | 1010000 | 0 | 111011 | 110010 | 10001000 | 1000011 | 11110 |
Color Harmonies of #197F34
Complementary color
Monochromatic Colors of #197F34
Black with #197F34
Text Example
Text Example
White with #197F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F34; }
p { color: rgb(25,127,52); }
H1.HeaderClassName
{
color: #197F34;
}
.AnyTagClassName
{
color: #197F34;
}
</style>
background-color css
<style>
a { background-color: #197F34; }
a { background-color: rgb(25,127,52); }
div.DivClassName
{
background-color: #197F34;
}
.BgClassName
{
background-color: #197F34;
}
</style>
border-color css
<style>
span { border-color: #197F34; }
span { border-color: rgb(25,127,52); }
td.TdClassName
{
border-color: #197F34;
}
.TagClassName
{
border-color: #197F34;
}
</style>