Shades of Camarone #198232
Tints of Camarone #198232
RGB
CMYK
RGB Variations
Color information
#198232 (or 0x198232) is known color: Camarone. HEX triplet: 19, 82 and 32. RGB value is (25,130,50). Sum of RGB (Red+Green+Blue) = 25+130+50=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #198232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198232 is #E67DCD. Grayscale: #595959. Windows color (decimal): -15105486 or 3310105. OLE color: 3310105.
HSL color Cylindrical-coordinate representation of color #198232: hue angle of 134.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198232 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 50 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.49 |
| HSL | 134.29º | 0.68% | 0.3% | - |
| HSV(B) | 134.29º | 0.81% | 0.51% | - |
| XYZ | 8.96 | 16.4 | 5.71 | - |
| YUV | 89.49 | 105.71 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 50 | 0.81 | 0 | 0.62 | 0.49 | 134.29 | 0.68 | 0.3 |
| Hex | 19 | 82 | 32 | 51 | 0 | 3E | 31 | 86 | 44 | 1E |
| Octal | 31 | 202 | 62 | 121 | 0 | 76 | 61 | 206 | 104 | 36 |
| Binary | 11001 | 10000010 | 110010 | 1010001 | 0 | 111110 | 110001 | 10000110 | 1000100 | 11110 |
Color Harmonies of #198232
Complementary color
Monochromatic Colors of #198232
Black with #198232
Text Example
Text Example
White with #198232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198232; }
p { color: rgb(25,130,50); }
H1.HeaderClassName
{
color: #198232;
}
.AnyTagClassName
{
color: #198232;
}
</style>
background-color css
<style>
a { background-color: #198232; }
a { background-color: rgb(25,130,50); }
div.DivClassName
{
background-color: #198232;
}
.BgClassName
{
background-color: #198232;
}
</style>
border-color css
<style>
span { border-color: #198232; }
span { border-color: rgb(25,130,50); }
td.TdClassName
{
border-color: #198232;
}
.TagClassName
{
border-color: #198232;
}
</style>