Shades of Camarone #196424
Tints of Camarone #196424
RGB
CMYK
RGB Variations
Color information
#196424 (or 0x196424) is known color: Camarone. HEX triplet: 19, 64 and 24. RGB value is (25,100,36). Sum of RGB (Red+Green+Blue) = 25+100+36=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #196424 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196424 is #E69BDB. Grayscale: #464646. Windows color (decimal): -15113180 or 2384921. OLE color: 2384921.
HSL color Cylindrical-coordinate representation of color #196424: hue angle of 128.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196424 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 36 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.61 |
| HSL | 128.8º | 0.6% | 0.25% | - |
| HSV(B) | 128.8º | 0.75% | 0.39% | - |
| XYZ | 5.28 | 9.45 | 3.21 | - |
| YUV | 70.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 36 | 0.75 | 0 | 0.64 | 0.61 | 128.8 | 0.6 | 0.25 |
| Hex | 19 | 64 | 24 | 4B | 0 | 40 | 3D | 81 | 3C | 19 |
| Octal | 31 | 144 | 44 | 113 | 0 | 100 | 75 | 201 | 74 | 31 |
| Binary | 11001 | 1100100 | 100100 | 1001011 | 0 | 1000000 | 111101 | 10000001 | 111100 | 11001 |
Color Harmonies of #196424
Complementary color
Monochromatic Colors of #196424
Black with #196424
Text Example
Text Example
White with #196424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196424; }
p { color: rgb(25,100,36); }
H1.HeaderClassName
{
color: #196424;
}
.AnyTagClassName
{
color: #196424;
}
</style>
background-color css
<style>
a { background-color: #196424; }
a { background-color: rgb(25,100,36); }
div.DivClassName
{
background-color: #196424;
}
.BgClassName
{
background-color: #196424;
}
</style>
border-color css
<style>
span { border-color: #196424; }
span { border-color: rgb(25,100,36); }
td.TdClassName
{
border-color: #196424;
}
.TagClassName
{
border-color: #196424;
}
</style>