Shades of Camarone #197529
Tints of Camarone #197529
RGB
CMYK
RGB Variations
Color information
#197529 (or 0x197529) is known color: Camarone. HEX triplet: 19, 75 and 29. RGB value is (25,117,41). Sum of RGB (Red+Green+Blue) = 25+117+41=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #197529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197529 is #E68AD6. Grayscale: #515151. Windows color (decimal): -15108823 or 2716953. OLE color: 2716953.
HSL color Cylindrical-coordinate representation of color #197529: hue angle of 130.43º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197529 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 41 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.54 |
| HSL | 130.43º | 0.65% | 0.28% | - |
| HSV(B) | 130.43º | 0.79% | 0.46% | - |
| XYZ | 7.16 | 13.09 | 4.25 | - |
| YUV | 80.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 41 | 0.79 | 0 | 0.65 | 0.54 | 130.43 | 0.65 | 0.28 |
| Hex | 19 | 75 | 29 | 4F | 0 | 41 | 36 | 82 | 41 | 1C |
| Octal | 31 | 165 | 51 | 117 | 0 | 101 | 66 | 202 | 101 | 34 |
| Binary | 11001 | 1110101 | 101001 | 1001111 | 0 | 1000001 | 110110 | 10000010 | 1000001 | 11100 |
Color Harmonies of #197529
Complementary color
Monochromatic Colors of #197529
Black with #197529
Text Example
Text Example
White with #197529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197529; }
p { color: rgb(25,117,41); }
H1.HeaderClassName
{
color: #197529;
}
.AnyTagClassName
{
color: #197529;
}
</style>
background-color css
<style>
a { background-color: #197529; }
a { background-color: rgb(25,117,41); }
div.DivClassName
{
background-color: #197529;
}
.BgClassName
{
background-color: #197529;
}
</style>
border-color css
<style>
span { border-color: #197529; }
span { border-color: rgb(25,117,41); }
td.TdClassName
{
border-color: #197529;
}
.TagClassName
{
border-color: #197529;
}
</style>