Shades of Camarone #198131
Tints of Camarone #198131
RGB
CMYK
RGB Variations
Color information
#198131 (or 0x198131) is known color: Camarone. HEX triplet: 19, 81 and 31. RGB value is (25,129,49). Sum of RGB (Red+Green+Blue) = 25+129+49=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #198131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198131 is #E67ECE. Grayscale: #595959. Windows color (decimal): -15105743 or 3244313. OLE color: 3244313.
HSL color Cylindrical-coordinate representation of color #198131: hue angle of 133.85º 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 #198131 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 49 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.49 |
| HSL | 133.85º | 0.68% | 0.3% | - |
| HSV(B) | 133.85º | 0.81% | 0.51% | - |
| XYZ | 8.81 | 16.13 | 5.55 | - |
| YUV | 88.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 49 | 0.81 | 0 | 0.62 | 0.49 | 133.85 | 0.68 | 0.3 |
| Hex | 19 | 81 | 31 | 51 | 0 | 3E | 31 | 86 | 44 | 1E |
| Octal | 31 | 201 | 61 | 121 | 0 | 76 | 61 | 206 | 104 | 36 |
| Binary | 11001 | 10000001 | 110001 | 1010001 | 0 | 111110 | 110001 | 10000110 | 1000100 | 11110 |
Color Harmonies of #198131
Complementary color
Monochromatic Colors of #198131
Black with #198131
Text Example
Text Example
White with #198131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198131; }
p { color: rgb(25,129,49); }
H1.HeaderClassName
{
color: #198131;
}
.AnyTagClassName
{
color: #198131;
}
</style>
background-color css
<style>
a { background-color: #198131; }
a { background-color: rgb(25,129,49); }
div.DivClassName
{
background-color: #198131;
}
.BgClassName
{
background-color: #198131;
}
</style>
border-color css
<style>
span { border-color: #198131; }
span { border-color: rgb(25,129,49); }
td.TdClassName
{
border-color: #198131;
}
.TagClassName
{
border-color: #198131;
}
</style>