Shades of Camarone #197B32
Tints of Camarone #197B32
RGB
CMYK
RGB Variations
Color information
#197B32 (or 0x197B32) is known color: Camarone. HEX triplet: 19, 7B and 32. RGB value is (25,123,50). Sum of RGB (Red+Green+Blue) = 25+123+50=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #197B32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B32 is #E684CD. Grayscale: #555555. Windows color (decimal): -15107278 or 3308313. OLE color: 3308313.
HSL color Cylindrical-coordinate representation of color #197B32: hue angle of 135.31º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197B32 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 123 | 50 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.52 |
| HSL | 135.31º | 0.66% | 0.29% | - |
| HSV(B) | 135.31º | 0.8% | 0.48% | - |
| XYZ | 8.06 | 14.6 | 5.41 | - |
| YUV | 85.38 | 108.03 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 50 | 0.80 | 0 | 0.59 | 0.52 | 135.31 | 0.66 | 0.29 |
| Hex | 19 | 7B | 32 | 50 | 0 | 3B | 34 | 87 | 42 | 1D |
| Octal | 31 | 173 | 62 | 120 | 0 | 73 | 64 | 207 | 102 | 35 |
| Binary | 11001 | 1111011 | 110010 | 1010000 | 0 | 111011 | 110100 | 10000111 | 1000010 | 11101 |
Color Harmonies of #197B32
Complementary color
Monochromatic Colors of #197B32
Black with #197B32
Text Example
Text Example
White with #197B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B32; }
p { color: rgb(25,123,50); }
H1.HeaderClassName
{
color: #197B32;
}
.AnyTagClassName
{
color: #197B32;
}
</style>
background-color css
<style>
a { background-color: #197B32; }
a { background-color: rgb(25,123,50); }
div.DivClassName
{
background-color: #197B32;
}
.BgClassName
{
background-color: #197B32;
}
</style>
border-color css
<style>
span { border-color: #197B32; }
span { border-color: rgb(25,123,50); }
td.TdClassName
{
border-color: #197B32;
}
.TagClassName
{
border-color: #197B32;
}
</style>