Shades of Camarone #13702E
Tints of Camarone #13702E
RGB
CMYK
RGB Variations
Color information
#13702E (or 0x13702E) is known color: Camarone. HEX triplet: 13, 70 and 2E. RGB value is (19,112,46). Sum of RGB (Red+Green+Blue) = 19+112+46=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #13702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13702E is #EC8FD1. Grayscale: #4C4C4C. Windows color (decimal): -15503314 or 3043347. OLE color: 3043347.
HSL color Cylindrical-coordinate representation of color #13702E: hue angle of 137.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13702E is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 46 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.56 |
| HSL | 137.42º | 0.71% | 0.26% | - |
| HSV(B) | 137.42º | 0.83% | 0.44% | - |
| XYZ | 6.56 | 11.92 | 4.54 | - |
| YUV | 76.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 46 | 0.83 | 0 | 0.59 | 0.56 | 137.42 | 0.71 | 0.26 |
| Hex | 13 | 70 | 2E | 53 | 0 | 3B | 38 | 89 | 47 | 1A |
| Octal | 23 | 160 | 56 | 123 | 0 | 73 | 70 | 211 | 107 | 32 |
| Binary | 10011 | 1110000 | 101110 | 1010011 | 0 | 111011 | 111000 | 10001001 | 1000111 | 11010 |
Color Harmonies of #13702E
Complementary color
Monochromatic Colors of #13702E
Black with #13702E
Text Example
Text Example
White with #13702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13702E; }
p { color: rgb(19,112,46); }
H1.HeaderClassName
{
color: #13702E;
}
.AnyTagClassName
{
color: #13702E;
}
</style>
background-color css
<style>
a { background-color: #13702E; }
a { background-color: rgb(19,112,46); }
div.DivClassName
{
background-color: #13702E;
}
.BgClassName
{
background-color: #13702E;
}
</style>
border-color css
<style>
span { border-color: #13702E; }
span { border-color: rgb(19,112,46); }
td.TdClassName
{
border-color: #13702E;
}
.TagClassName
{
border-color: #13702E;
}
</style>