Shades of Camarone #197732
Tints of Camarone #197732
RGB
CMYK
RGB Variations
Color information
#197732 (or 0x197732) is known color: Camarone. HEX triplet: 19, 77 and 32. RGB value is (25,119,50). Sum of RGB (Red+Green+Blue) = 25+119+50=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #197732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197732 is #E688CD. Grayscale: #535353. Windows color (decimal): -15108302 or 3307289. OLE color: 3307289.
HSL color Cylindrical-coordinate representation of color #197732: hue angle of 135.96º 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 #197732 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 119 | 50 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.53 |
| HSL | 135.96º | 0.65% | 0.28% | - |
| HSV(B) | 135.96º | 0.79% | 0.47% | - |
| XYZ | 7.57 | 13.63 | 5.25 | - |
| YUV | 83.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 50 | 0.79 | 0 | 0.58 | 0.53 | 135.96 | 0.65 | 0.28 |
| Hex | 19 | 77 | 32 | 4F | 0 | 3A | 35 | 88 | 41 | 1C |
| Octal | 31 | 167 | 62 | 117 | 0 | 72 | 65 | 210 | 101 | 34 |
| Binary | 11001 | 1110111 | 110010 | 1001111 | 0 | 111010 | 110101 | 10001000 | 1000001 | 11100 |
Color Harmonies of #197732
Complementary color
Monochromatic Colors of #197732
Black with #197732
Text Example
Text Example
White with #197732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197732; }
p { color: rgb(25,119,50); }
H1.HeaderClassName
{
color: #197732;
}
.AnyTagClassName
{
color: #197732;
}
</style>
background-color css
<style>
a { background-color: #197732; }
a { background-color: rgb(25,119,50); }
div.DivClassName
{
background-color: #197732;
}
.BgClassName
{
background-color: #197732;
}
</style>
border-color css
<style>
span { border-color: #197732; }
span { border-color: rgb(25,119,50); }
td.TdClassName
{
border-color: #197732;
}
.TagClassName
{
border-color: #197732;
}
</style>