Shades of Camarone #198635
Tints of Camarone #198635
RGB
CMYK
RGB Variations
Color information
#198635 (or 0x198635) is known color: Camarone. HEX triplet: 19, 86 and 35. RGB value is (25,134,53). Sum of RGB (Red+Green+Blue) = 25+134+53=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #198635 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198635 is #E679CA. Grayscale: #5C5C5C. Windows color (decimal): -15104459 or 3507737. OLE color: 3507737.
HSL color Cylindrical-coordinate representation of color #198635: hue angle of 135.41º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198635 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 53 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.47 |
| HSL | 135.41º | 0.69% | 0.31% | - |
| HSV(B) | 135.41º | 0.81% | 0.53% | - |
| XYZ | 9.57 | 17.51 | 6.24 | - |
| YUV | 92.18 | 105.89 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 53 | 0.81 | 0 | 0.60 | 0.47 | 135.41 | 0.69 | 0.31 |
| Hex | 19 | 86 | 35 | 51 | 0 | 3C | 2F | 87 | 45 | 1F |
| Octal | 31 | 206 | 65 | 121 | 0 | 74 | 57 | 207 | 105 | 37 |
| Binary | 11001 | 10000110 | 110101 | 1010001 | 0 | 111100 | 101111 | 10000111 | 1000101 | 11111 |
Color Harmonies of #198635
Complementary color
Monochromatic Colors of #198635
Black with #198635
Text Example
Text Example
White with #198635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198635; }
p { color: rgb(25,134,53); }
H1.HeaderClassName
{
color: #198635;
}
.AnyTagClassName
{
color: #198635;
}
</style>
background-color css
<style>
a { background-color: #198635; }
a { background-color: rgb(25,134,53); }
div.DivClassName
{
background-color: #198635;
}
.BgClassName
{
background-color: #198635;
}
</style>
border-color css
<style>
span { border-color: #198635; }
span { border-color: rgb(25,134,53); }
td.TdClassName
{
border-color: #198635;
}
.TagClassName
{
border-color: #198635;
}
</style>