Shades of Camarone #197334
Tints of Camarone #197334
RGB
CMYK
RGB Variations
Color information
#197334 (or 0x197334) is known color: Camarone. HEX triplet: 19, 73 and 34. RGB value is (25,115,52). Sum of RGB (Red+Green+Blue) = 25+115+52=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #197334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197334 is #E68CCB. Grayscale: #515151. Windows color (decimal): -15109324 or 3437337. OLE color: 3437337.
HSL color Cylindrical-coordinate representation of color #197334: hue angle of 138º 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 #197334 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 52 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.55 |
| HSL | 138º | 0.64% | 0.27% | - |
| HSV(B) | 138º | 0.78% | 0.45% | - |
| XYZ | 7.15 | 12.72 | 5.33 | - |
| YUV | 80.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 52 | 0.78 | 0 | 0.55 | 0.55 | 138 | 0.64 | 0.27 |
| Hex | 19 | 73 | 34 | 4E | 0 | 37 | 37 | 8A | 40 | 1B |
| Octal | 31 | 163 | 64 | 116 | 0 | 67 | 67 | 212 | 100 | 33 |
| Binary | 11001 | 1110011 | 110100 | 1001110 | 0 | 110111 | 110111 | 10001010 | 1000000 | 11011 |
Color Harmonies of #197334
Complementary color
Monochromatic Colors of #197334
Black with #197334
Text Example
Text Example
White with #197334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197334; }
p { color: rgb(25,115,52); }
H1.HeaderClassName
{
color: #197334;
}
.AnyTagClassName
{
color: #197334;
}
</style>
background-color css
<style>
a { background-color: #197334; }
a { background-color: rgb(25,115,52); }
div.DivClassName
{
background-color: #197334;
}
.BgClassName
{
background-color: #197334;
}
</style>
border-color css
<style>
span { border-color: #197334; }
span { border-color: rgb(25,115,52); }
td.TdClassName
{
border-color: #197334;
}
.TagClassName
{
border-color: #197334;
}
</style>