Shades of Camarone #197330
Tints of Camarone #197330
RGB
CMYK
RGB Variations
Color information
#197330 (or 0x197330) is known color: Camarone. HEX triplet: 19, 73 and 30. RGB value is (25,115,48). Sum of RGB (Red+Green+Blue) = 25+115+48=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #197330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197330 is #E68CCF. Grayscale: #505050. Windows color (decimal): -15109328 or 3175193. OLE color: 3175193.
HSL color Cylindrical-coordinate representation of color #197330: hue angle of 135.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197330 is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 48 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.55 |
| HSL | 135.33º | 0.64% | 0.27% | - |
| HSV(B) | 135.33º | 0.78% | 0.45% | - |
| XYZ | 7.07 | 12.68 | 4.87 | - |
| YUV | 80.45 | 109.68 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 48 | 0.78 | 0 | 0.58 | 0.55 | 135.33 | 0.64 | 0.27 |
| Hex | 19 | 73 | 30 | 4E | 0 | 3A | 37 | 87 | 40 | 1B |
| Octal | 31 | 163 | 60 | 116 | 0 | 72 | 67 | 207 | 100 | 33 |
| Binary | 11001 | 1110011 | 110000 | 1001110 | 0 | 111010 | 110111 | 10000111 | 1000000 | 11011 |
Color Harmonies of #197330
Complementary color
Monochromatic Colors of #197330
Black with #197330
Text Example
Text Example
White with #197330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197330; }
p { color: rgb(25,115,48); }
H1.HeaderClassName
{
color: #197330;
}
.AnyTagClassName
{
color: #197330;
}
</style>
background-color css
<style>
a { background-color: #197330; }
a { background-color: rgb(25,115,48); }
div.DivClassName
{
background-color: #197330;
}
.BgClassName
{
background-color: #197330;
}
</style>
border-color css
<style>
span { border-color: #197330; }
span { border-color: rgb(25,115,48); }
td.TdClassName
{
border-color: #197330;
}
.TagClassName
{
border-color: #197330;
}
</style>