Shades of Camarone #13742D
Tints of Camarone #13742D
RGB
CMYK
RGB Variations
Color information
#13742D (or 0x13742D) is known color: Camarone. HEX triplet: 13, 74 and 2D. RGB value is (19,116,45). Sum of RGB (Red+Green+Blue) = 19+116+45=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #13742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13742D is #EC8BD2. Grayscale: #4F4F4F. Windows color (decimal): -15502291 or 2978835. OLE color: 2978835.
HSL color Cylindrical-coordinate representation of color #13742D: hue angle of 136.08º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13742D is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 45 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.55 |
| HSL | 136.08º | 0.72% | 0.26% | - |
| HSV(B) | 136.08º | 0.84% | 0.45% | - |
| XYZ | 6.99 | 12.82 | 4.59 | - |
| YUV | 78.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 45 | 0.84 | 0 | 0.61 | 0.55 | 136.08 | 0.72 | 0.26 |
| Hex | 13 | 74 | 2D | 54 | 0 | 3D | 37 | 88 | 48 | 1A |
| Octal | 23 | 164 | 55 | 124 | 0 | 75 | 67 | 210 | 110 | 32 |
| Binary | 10011 | 1110100 | 101101 | 1010100 | 0 | 111101 | 110111 | 10001000 | 1001000 | 11010 |
Color Harmonies of #13742D
Complementary color
Monochromatic Colors of #13742D
Black with #13742D
Text Example
Text Example
White with #13742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13742D; }
p { color: rgb(19,116,45); }
H1.HeaderClassName
{
color: #13742D;
}
.AnyTagClassName
{
color: #13742D;
}
</style>
background-color css
<style>
a { background-color: #13742D; }
a { background-color: rgb(19,116,45); }
div.DivClassName
{
background-color: #13742D;
}
.BgClassName
{
background-color: #13742D;
}
</style>
border-color css
<style>
span { border-color: #13742D; }
span { border-color: rgb(19,116,45); }
td.TdClassName
{
border-color: #13742D;
}
.TagClassName
{
border-color: #13742D;
}
</style>