Shades of Camarone #198133
Tints of Camarone #198133
RGB
CMYK
RGB Variations
Color information
#198133 (or 0x198133) is known color: Camarone. HEX triplet: 19, 81 and 33. RGB value is (25,129,51). Sum of RGB (Red+Green+Blue) = 25+129+51=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #198133 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198133 is #E67ECC. Grayscale: #595959. Windows color (decimal): -15105741 or 3375385. OLE color: 3375385.
HSL color Cylindrical-coordinate representation of color #198133: hue angle of 135º 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 #198133 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 51 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.49 |
| HSL | 135º | 0.68% | 0.3% | - |
| HSV(B) | 135º | 0.81% | 0.51% | - |
| XYZ | 8.85 | 16.15 | 5.78 | - |
| YUV | 89.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 51 | 0.81 | 0 | 0.60 | 0.49 | 135 | 0.68 | 0.3 |
| Hex | 19 | 81 | 33 | 51 | 0 | 3C | 31 | 87 | 44 | 1E |
| Octal | 31 | 201 | 63 | 121 | 0 | 74 | 61 | 207 | 104 | 36 |
| Binary | 11001 | 10000001 | 110011 | 1010001 | 0 | 111100 | 110001 | 10000111 | 1000100 | 11110 |
Color Harmonies of #198133
Complementary color
Monochromatic Colors of #198133
Black with #198133
Text Example
Text Example
White with #198133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198133; }
p { color: rgb(25,129,51); }
H1.HeaderClassName
{
color: #198133;
}
.AnyTagClassName
{
color: #198133;
}
</style>
background-color css
<style>
a { background-color: #198133; }
a { background-color: rgb(25,129,51); }
div.DivClassName
{
background-color: #198133;
}
.BgClassName
{
background-color: #198133;
}
</style>
border-color css
<style>
span { border-color: #198133; }
span { border-color: rgb(25,129,51); }
td.TdClassName
{
border-color: #198133;
}
.TagClassName
{
border-color: #198133;
}
</style>