Shades of Camarone #197632
Tints of Camarone #197632
RGB
CMYK
RGB Variations
Color information
#197632 (or 0x197632) is known color: Camarone. HEX triplet: 19, 76 and 32. RGB value is (25,118,50). Sum of RGB (Red+Green+Blue) = 25+118+50=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #197632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197632 is #E689CD. Grayscale: #525252. Windows color (decimal): -15108558 or 3307033. OLE color: 3307033.
HSL color Cylindrical-coordinate representation of color #197632: hue angle of 136.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197632 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 50 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.54 |
| HSL | 136.13º | 0.65% | 0.28% | - |
| HSV(B) | 136.13º | 0.79% | 0.46% | - |
| XYZ | 7.46 | 13.39 | 5.21 | - |
| YUV | 82.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 50 | 0.79 | 0 | 0.58 | 0.54 | 136.13 | 0.65 | 0.28 |
| Hex | 19 | 76 | 32 | 4F | 0 | 3A | 36 | 88 | 41 | 1C |
| Octal | 31 | 166 | 62 | 117 | 0 | 72 | 66 | 210 | 101 | 34 |
| Binary | 11001 | 1110110 | 110010 | 1001111 | 0 | 111010 | 110110 | 10001000 | 1000001 | 11100 |
Color Harmonies of #197632
Complementary color
Monochromatic Colors of #197632
Black with #197632
Text Example
Text Example
White with #197632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197632; }
p { color: rgb(25,118,50); }
H1.HeaderClassName
{
color: #197632;
}
.AnyTagClassName
{
color: #197632;
}
</style>
background-color css
<style>
a { background-color: #197632; }
a { background-color: rgb(25,118,50); }
div.DivClassName
{
background-color: #197632;
}
.BgClassName
{
background-color: #197632;
}
</style>
border-color css
<style>
span { border-color: #197632; }
span { border-color: rgb(25,118,50); }
td.TdClassName
{
border-color: #197632;
}
.TagClassName
{
border-color: #197632;
}
</style>