Shades of Camarone #13702D
Tints of Camarone #13702D
RGB
CMYK
RGB Variations
Color information
#13702D (or 0x13702D) is known color: Camarone. HEX triplet: 13, 70 and 2D. RGB value is (19,112,45). Sum of RGB (Red+Green+Blue) = 19+112+45=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #13702D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13702D is #EC8FD2. Grayscale: #4C4C4C. Windows color (decimal): -15503315 or 2977811. OLE color: 2977811.
HSL color Cylindrical-coordinate representation of color #13702D: hue angle of 136.77º 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 #13702D is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 45 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.56 |
| HSL | 136.77º | 0.71% | 0.26% | - |
| HSV(B) | 136.77º | 0.83% | 0.44% | - |
| XYZ | 6.54 | 11.92 | 4.44 | - |
| YUV | 76.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 45 | 0.83 | 0 | 0.60 | 0.56 | 136.77 | 0.71 | 0.26 |
| Hex | 13 | 70 | 2D | 53 | 0 | 3C | 38 | 89 | 47 | 1A |
| Octal | 23 | 160 | 55 | 123 | 0 | 74 | 70 | 211 | 107 | 32 |
| Binary | 10011 | 1110000 | 101101 | 1010011 | 0 | 111100 | 111000 | 10001001 | 1000111 | 11010 |
Color Harmonies of #13702D
Complementary color
Monochromatic Colors of #13702D
Black with #13702D
Text Example
Text Example
White with #13702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13702D; }
p { color: rgb(19,112,45); }
H1.HeaderClassName
{
color: #13702D;
}
.AnyTagClassName
{
color: #13702D;
}
</style>
background-color css
<style>
a { background-color: #13702D; }
a { background-color: rgb(19,112,45); }
div.DivClassName
{
background-color: #13702D;
}
.BgClassName
{
background-color: #13702D;
}
</style>
border-color css
<style>
span { border-color: #13702D; }
span { border-color: rgb(19,112,45); }
td.TdClassName
{
border-color: #13702D;
}
.TagClassName
{
border-color: #13702D;
}
</style>