Shades of Camarone #198436
Tints of Camarone #198436
RGB
CMYK
RGB Variations
Color information
#198436 (or 0x198436) is known color: Camarone. HEX triplet: 19, 84 and 36. RGB value is (25,132,54). Sum of RGB (Red+Green+Blue) = 25+132+54=211 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.85% from 211); Green value is 132 (51.95% from 255 or 62.56% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 132 - color contains mainly: green. Hex color #198436 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198436 is #E67BC9. Grayscale: #5B5B5B. Windows color (decimal): -15104970 or 3572761. OLE color: 3572761.
HSL color Cylindrical-coordinate representation of color #198436: hue angle of 136.26º 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 #198436 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 54 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.48 |
| HSL | 136.26º | 0.68% | 0.31% | - |
| HSV(B) | 136.26º | 0.81% | 0.52% | - |
| XYZ | 9.32 | 16.98 | 6.28 | - |
| YUV | 91.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 54 | 0.81 | 0 | 0.59 | 0.48 | 136.26 | 0.68 | 0.31 |
| Hex | 19 | 84 | 36 | 51 | 0 | 3B | 30 | 88 | 44 | 1F |
| Octal | 31 | 204 | 66 | 121 | 0 | 73 | 60 | 210 | 104 | 37 |
| Binary | 11001 | 10000100 | 110110 | 1010001 | 0 | 111011 | 110000 | 10001000 | 1000100 | 11111 |
Color Harmonies of #198436
Complementary color
Monochromatic Colors of #198436
Black with #198436
Text Example
Text Example
White with #198436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198436; }
p { color: rgb(25,132,54); }
H1.HeaderClassName
{
color: #198436;
}
.AnyTagClassName
{
color: #198436;
}
</style>
background-color css
<style>
a { background-color: #198436; }
a { background-color: rgb(25,132,54); }
div.DivClassName
{
background-color: #198436;
}
.BgClassName
{
background-color: #198436;
}
</style>
border-color css
<style>
span { border-color: #198436; }
span { border-color: rgb(25,132,54); }
td.TdClassName
{
border-color: #198436;
}
.TagClassName
{
border-color: #198436;
}
</style>