Shades of Camarone #0D7129
Tints of Camarone #0D7129
RGB
CMYK
RGB Variations
Color information
#0D7129 (or 0x0D7129) is known color: Camarone. HEX triplet: 0D, 71 and 29. RGB value is (13,113,41). Sum of RGB (Red+Green+Blue) = 13+113+41=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 113 (44.53% from 255 or 67.66% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7129 is #F28ED6. Grayscale: #4B4B4B. Windows color (decimal): -15896279 or 2715917. OLE color: 2715917.
HSL color Cylindrical-coordinate representation of color #0D7129: hue angle of 136.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7129 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 41 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.56 |
| HSL | 136.8º | 0.79% | 0.25% | - |
| HSV(B) | 136.8º | 0.88% | 0.44% | - |
| XYZ | 6.47 | 12.06 | 4.08 | - |
| YUV | 74.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 41 | 0.88 | 0 | 0.64 | 0.56 | 136.8 | 0.79 | 0.25 |
| Hex | D | 71 | 29 | 58 | 0 | 40 | 38 | 89 | 4F | 19 |
| Octal | 15 | 161 | 51 | 130 | 0 | 100 | 70 | 211 | 117 | 31 |
| Binary | 1101 | 1110001 | 101001 | 1011000 | 0 | 1000000 | 111000 | 10001001 | 1001111 | 11001 |
Color Harmonies of #0D7129
Complementary color
Monochromatic Colors of #0D7129
Black with #0D7129
Text Example
Text Example
White with #0D7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7129; }
p { color: rgb(13,113,41); }
H1.HeaderClassName
{
color: #0D7129;
}
.AnyTagClassName
{
color: #0D7129;
}
</style>
background-color css
<style>
a { background-color: #0D7129; }
a { background-color: rgb(13,113,41); }
div.DivClassName
{
background-color: #0D7129;
}
.BgClassName
{
background-color: #0D7129;
}
</style>
border-color css
<style>
span { border-color: #0D7129; }
span { border-color: rgb(13,113,41); }
td.TdClassName
{
border-color: #0D7129;
}
.TagClassName
{
border-color: #0D7129;
}
</style>