Shades of Camarone #198334
Tints of Camarone #198334
RGB
CMYK
RGB Variations
Color information
#198334 (or 0x198334) is known color: Camarone. HEX triplet: 19, 83 and 34. RGB value is (25,131,52). Sum of RGB (Red+Green+Blue) = 25+131+52=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #198334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198334 is #E67CCB. Grayscale: #5A5A5A. Windows color (decimal): -15105228 or 3441433. OLE color: 3441433.
HSL color Cylindrical-coordinate representation of color #198334: hue angle of 135.28º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198334 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 52 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.49 |
| HSL | 135.28º | 0.68% | 0.31% | - |
| HSV(B) | 135.28º | 0.81% | 0.51% | - |
| XYZ | 9.14 | 16.69 | 5.99 | - |
| YUV | 90.3 | 106.38 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 52 | 0.81 | 0 | 0.60 | 0.49 | 135.28 | 0.68 | 0.31 |
| Hex | 19 | 83 | 34 | 51 | 0 | 3C | 31 | 87 | 44 | 1F |
| Octal | 31 | 203 | 64 | 121 | 0 | 74 | 61 | 207 | 104 | 37 |
| Binary | 11001 | 10000011 | 110100 | 1010001 | 0 | 111100 | 110001 | 10000111 | 1000100 | 11111 |
Color Harmonies of #198334
Complementary color
Monochromatic Colors of #198334
Black with #198334
Text Example
Text Example
White with #198334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198334; }
p { color: rgb(25,131,52); }
H1.HeaderClassName
{
color: #198334;
}
.AnyTagClassName
{
color: #198334;
}
</style>
background-color css
<style>
a { background-color: #198334; }
a { background-color: rgb(25,131,52); }
div.DivClassName
{
background-color: #198334;
}
.BgClassName
{
background-color: #198334;
}
</style>
border-color css
<style>
span { border-color: #198334; }
span { border-color: rgb(25,131,52); }
td.TdClassName
{
border-color: #198334;
}
.TagClassName
{
border-color: #198334;
}
</style>