Shades of Camarone #0D7127
Tints of Camarone #0D7127
RGB
CMYK
RGB Variations
Color information
#0D7127 (or 0x0D7127) is known color: Camarone. HEX triplet: 0D, 71 and 27. RGB value is (13,113,39). Sum of RGB (Red+Green+Blue) = 13+113+39=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7127 is #F28ED8. Grayscale: #4A4A4A. Windows color (decimal): -15896281 or 2584845. OLE color: 2584845.
HSL color Cylindrical-coordinate representation of color #0D7127: hue angle of 135.6º 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 #0D7127 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 39 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.56 |
| HSL | 135.6º | 0.79% | 0.25% | - |
| HSV(B) | 135.6º | 0.88% | 0.44% | - |
| XYZ | 6.44 | 12.04 | 3.9 | - |
| YUV | 74.66 | 107.87 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 39 | 0.88 | 0 | 0.65 | 0.56 | 135.6 | 0.79 | 0.25 |
| Hex | D | 71 | 27 | 58 | 0 | 41 | 38 | 88 | 4F | 19 |
| Octal | 15 | 161 | 47 | 130 | 0 | 101 | 70 | 210 | 117 | 31 |
| Binary | 1101 | 1110001 | 100111 | 1011000 | 0 | 1000001 | 111000 | 10001000 | 1001111 | 11001 |
Color Harmonies of #0D7127
Complementary color
Monochromatic Colors of #0D7127
Black with #0D7127
Text Example
Text Example
White with #0D7127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7127; }
p { color: rgb(13,113,39); }
H1.HeaderClassName
{
color: #0D7127;
}
.AnyTagClassName
{
color: #0D7127;
}
</style>
background-color css
<style>
a { background-color: #0D7127; }
a { background-color: rgb(13,113,39); }
div.DivClassName
{
background-color: #0D7127;
}
.BgClassName
{
background-color: #0D7127;
}
</style>
border-color css
<style>
span { border-color: #0D7127; }
span { border-color: rgb(13,113,39); }
td.TdClassName
{
border-color: #0D7127;
}
.TagClassName
{
border-color: #0D7127;
}
</style>