Shades of Camarone #197933
Tints of Camarone #197933
RGB
CMYK
RGB Variations
Color information
#197933 (or 0x197933) is known color: Camarone. HEX triplet: 19, 79 and 33. RGB value is (25,121,51). Sum of RGB (Red+Green+Blue) = 25+121+51=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #197933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197933 is #E686CC. Grayscale: #545454. Windows color (decimal): -15107789 or 3373337. OLE color: 3373337.
HSL color Cylindrical-coordinate representation of color #197933: hue angle of 136.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197933 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 121 | 51 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.53 |
| HSL | 136.25º | 0.66% | 0.29% | - |
| HSV(B) | 136.25º | 0.79% | 0.47% | - |
| XYZ | 7.84 | 14.12 | 5.44 | - |
| YUV | 84.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 121 | 51 | 0.79 | 0 | 0.58 | 0.53 | 136.25 | 0.66 | 0.29 |
| Hex | 19 | 79 | 33 | 4F | 0 | 3A | 35 | 88 | 42 | 1D |
| Octal | 31 | 171 | 63 | 117 | 0 | 72 | 65 | 210 | 102 | 35 |
| Binary | 11001 | 1111001 | 110011 | 1001111 | 0 | 111010 | 110101 | 10001000 | 1000010 | 11101 |
Color Harmonies of #197933
Complementary color
Monochromatic Colors of #197933
Black with #197933
Text Example
Text Example
White with #197933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197933; }
p { color: rgb(25,121,51); }
H1.HeaderClassName
{
color: #197933;
}
.AnyTagClassName
{
color: #197933;
}
</style>
background-color css
<style>
a { background-color: #197933; }
a { background-color: rgb(25,121,51); }
div.DivClassName
{
background-color: #197933;
}
.BgClassName
{
background-color: #197933;
}
</style>
border-color css
<style>
span { border-color: #197933; }
span { border-color: rgb(25,121,51); }
td.TdClassName
{
border-color: #197933;
}
.TagClassName
{
border-color: #197933;
}
</style>