Shades of Camarone #196527
Tints of Camarone #196527
RGB
CMYK
RGB Variations
Color information
#196527 (or 0x196527) is known color: Camarone. HEX triplet: 19, 65 and 27. RGB value is (25,101,39). Sum of RGB (Red+Green+Blue) = 25+101+39=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 101 (39.84% from 255 or 61.21% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 101 - color contains mainly: green. Hex color #196527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #196527 is #E69AD8. Grayscale: #474747. Windows color (decimal): -15112921 or 2581785. OLE color: 2581785.
HSL color Cylindrical-coordinate representation of color #196527: hue angle of 131.05º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196527 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 101 | 39 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.60 |
| HSL | 131.05º | 0.6% | 0.25% | - |
| HSV(B) | 131.05º | 0.75% | 0.4% | - |
| XYZ | 5.42 | 9.66 | 3.5 | - |
| YUV | 71.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 39 | 0.75 | 0 | 0.61 | 0.60 | 131.05 | 0.6 | 0.25 |
| Hex | 19 | 65 | 27 | 4B | 0 | 3D | 3C | 83 | 3C | 19 |
| Octal | 31 | 145 | 47 | 113 | 0 | 75 | 74 | 203 | 74 | 31 |
| Binary | 11001 | 1100101 | 100111 | 1001011 | 0 | 111101 | 111100 | 10000011 | 111100 | 11001 |
Color Harmonies of #196527
Complementary color
Monochromatic Colors of #196527
Black with #196527
Text Example
Text Example
White with #196527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196527; }
p { color: rgb(25,101,39); }
H1.HeaderClassName
{
color: #196527;
}
.AnyTagClassName
{
color: #196527;
}
</style>
background-color css
<style>
a { background-color: #196527; }
a { background-color: rgb(25,101,39); }
div.DivClassName
{
background-color: #196527;
}
.BgClassName
{
background-color: #196527;
}
</style>
border-color css
<style>
span { border-color: #196527; }
span { border-color: rgb(25,101,39); }
td.TdClassName
{
border-color: #196527;
}
.TagClassName
{
border-color: #196527;
}
</style>