Shades of Camarone #198537
Tints of Camarone #198537
RGB
CMYK
RGB Variations
Color information
#198537 (or 0x198537) is known color: Camarone. HEX triplet: 19, 85 and 37. RGB value is (25,133,55). Sum of RGB (Red+Green+Blue) = 25+133+55=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 133 (52.34% from 255 or 62.44% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 133 - color contains mainly: green. Hex color #198537 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198537 is #E67AC8. Grayscale: #5C5C5C. Windows color (decimal): -15104713 or 3638553. OLE color: 3638553.
HSL color Cylindrical-coordinate representation of color #198537: hue angle of 136.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198537 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 133 | 55 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.48 |
| HSL | 136.67º | 0.68% | 0.31% | - |
| HSV(B) | 136.67º | 0.81% | 0.52% | - |
| XYZ | 9.48 | 17.26 | 6.45 | - |
| YUV | 91.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 133 | 55 | 0.81 | 0 | 0.59 | 0.48 | 136.67 | 0.68 | 0.31 |
| Hex | 19 | 85 | 37 | 51 | 0 | 3B | 30 | 89 | 44 | 1F |
| Octal | 31 | 205 | 67 | 121 | 0 | 73 | 60 | 211 | 104 | 37 |
| Binary | 11001 | 10000101 | 110111 | 1010001 | 0 | 111011 | 110000 | 10001001 | 1000100 | 11111 |
Color Harmonies of #198537
Complementary color
Monochromatic Colors of #198537
Black with #198537
Text Example
Text Example
White with #198537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198537; }
p { color: rgb(25,133,55); }
H1.HeaderClassName
{
color: #198537;
}
.AnyTagClassName
{
color: #198537;
}
</style>
background-color css
<style>
a { background-color: #198537; }
a { background-color: rgb(25,133,55); }
div.DivClassName
{
background-color: #198537;
}
.BgClassName
{
background-color: #198537;
}
</style>
border-color css
<style>
span { border-color: #198537; }
span { border-color: rgb(25,133,55); }
td.TdClassName
{
border-color: #198537;
}
.TagClassName
{
border-color: #198537;
}
</style>