Shades of Camarone #197133
Tints of Camarone #197133
RGB
CMYK
RGB Variations
Color information
#197133 (or 0x197133) is known color: Camarone. HEX triplet: 19, 71 and 33. RGB value is (25,113,51). Sum of RGB (Red+Green+Blue) = 25+113+51=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #197133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197133 is #E68ECC. Grayscale: #4F4F4F. Windows color (decimal): -15109837 or 3371289. OLE color: 3371289.
HSL color Cylindrical-coordinate representation of color #197133: hue angle of 137.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197133 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 51 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.56 |
| HSL | 137.73º | 0.64% | 0.27% | - |
| HSV(B) | 137.73º | 0.78% | 0.44% | - |
| XYZ | 6.9 | 12.26 | 5.13 | - |
| YUV | 79.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 51 | 0.78 | 0 | 0.55 | 0.56 | 137.73 | 0.64 | 0.27 |
| Hex | 19 | 71 | 33 | 4E | 0 | 37 | 38 | 8A | 40 | 1B |
| Octal | 31 | 161 | 63 | 116 | 0 | 67 | 70 | 212 | 100 | 33 |
| Binary | 11001 | 1110001 | 110011 | 1001110 | 0 | 110111 | 111000 | 10001010 | 1000000 | 11011 |
Color Harmonies of #197133
Complementary color
Monochromatic Colors of #197133
Black with #197133
Text Example
Text Example
White with #197133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197133; }
p { color: rgb(25,113,51); }
H1.HeaderClassName
{
color: #197133;
}
.AnyTagClassName
{
color: #197133;
}
</style>
background-color css
<style>
a { background-color: #197133; }
a { background-color: rgb(25,113,51); }
div.DivClassName
{
background-color: #197133;
}
.BgClassName
{
background-color: #197133;
}
</style>
border-color css
<style>
span { border-color: #197133; }
span { border-color: rgb(25,113,51); }
td.TdClassName
{
border-color: #197133;
}
.TagClassName
{
border-color: #197133;
}
</style>