Shades of Camarone #12712D
Tints of Camarone #12712D
RGB
CMYK
RGB Variations
Color information
#12712D (or 0x12712D) is known color: Camarone. HEX triplet: 12, 71 and 2D. RGB value is (18,113,45). Sum of RGB (Red+Green+Blue) = 18+113+45=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #12712D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12712D is #ED8ED2. Grayscale: #4D4D4D. Windows color (decimal): -15568595 or 2978066. OLE color: 2978066.
HSL color Cylindrical-coordinate representation of color #12712D: hue angle of 137.05º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12712D is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 45 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.56 |
| HSL | 137.05º | 0.73% | 0.26% | - |
| HSV(B) | 137.05º | 0.84% | 0.44% | - |
| XYZ | 6.63 | 12.13 | 4.47 | - |
| YUV | 76.84 | 110.03 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 45 | 0.84 | 0 | 0.60 | 0.56 | 137.05 | 0.73 | 0.26 |
| Hex | 12 | 71 | 2D | 54 | 0 | 3C | 38 | 89 | 49 | 1A |
| Octal | 22 | 161 | 55 | 124 | 0 | 74 | 70 | 211 | 111 | 32 |
| Binary | 10010 | 1110001 | 101101 | 1010100 | 0 | 111100 | 111000 | 10001001 | 1001001 | 11010 |
Color Harmonies of #12712D
Complementary color
Monochromatic Colors of #12712D
Black with #12712D
Text Example
Text Example
White with #12712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12712D; }
p { color: rgb(18,113,45); }
H1.HeaderClassName
{
color: #12712D;
}
.AnyTagClassName
{
color: #12712D;
}
</style>
background-color css
<style>
a { background-color: #12712D; }
a { background-color: rgb(18,113,45); }
div.DivClassName
{
background-color: #12712D;
}
.BgClassName
{
background-color: #12712D;
}
</style>
border-color css
<style>
span { border-color: #12712D; }
span { border-color: rgb(18,113,45); }
td.TdClassName
{
border-color: #12712D;
}
.TagClassName
{
border-color: #12712D;
}
</style>