Shades of Camarone #0D7624
Tints of Camarone #0D7624
RGB
CMYK
RGB Variations
Color information
#0D7624 (or 0x0D7624) is known color: Camarone. HEX triplet: 0D, 76 and 24. RGB value is (13,118,36). Sum of RGB (Red+Green+Blue) = 13+118+36=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #0D7624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7624 is #F289DB. Grayscale: #4D4D4D. Windows color (decimal): -15895004 or 2389517. OLE color: 2389517.
HSL color Cylindrical-coordinate representation of color #0D7624: hue angle of 133.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7624 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 118 | 36 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.54 |
| HSL | 133.14º | 0.8% | 0.26% | - |
| HSV(B) | 133.14º | 0.89% | 0.46% | - |
| XYZ | 6.96 | 13.17 | 3.84 | - |
| YUV | 77.26 | 104.71 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 118 | 36 | 0.89 | 0 | 0.69 | 0.54 | 133.14 | 0.8 | 0.26 |
| Hex | D | 76 | 24 | 59 | 0 | 45 | 36 | 85 | 50 | 1A |
| Octal | 15 | 166 | 44 | 131 | 0 | 105 | 66 | 205 | 120 | 32 |
| Binary | 1101 | 1110110 | 100100 | 1011001 | 0 | 1000101 | 110110 | 10000101 | 1010000 | 11010 |
Color Harmonies of #0D7624
Complementary color
Monochromatic Colors of #0D7624
Black with #0D7624
Text Example
Text Example
White with #0D7624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7624; }
p { color: rgb(13,118,36); }
H1.HeaderClassName
{
color: #0D7624;
}
.AnyTagClassName
{
color: #0D7624;
}
</style>
background-color css
<style>
a { background-color: #0D7624; }
a { background-color: rgb(13,118,36); }
div.DivClassName
{
background-color: #0D7624;
}
.BgClassName
{
background-color: #0D7624;
}
</style>
border-color css
<style>
span { border-color: #0D7624; }
span { border-color: rgb(13,118,36); }
td.TdClassName
{
border-color: #0D7624;
}
.TagClassName
{
border-color: #0D7624;
}
</style>