Shades of Camarone #0D7521
Tints of Camarone #0D7521
RGB
CMYK
RGB Variations
Color information
#0D7521 (or 0x0D7521) is known color: Camarone. HEX triplet: 0D, 75 and 21. RGB value is (13,117,33). Sum of RGB (Red+Green+Blue) = 13+117+33=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 117 (46.09% from 255 or 71.78% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 117 - color contains mainly: green. Hex color #0D7521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7521 is #F28ADE. Grayscale: #4C4C4C. Windows color (decimal): -15895263 or 2192653. OLE color: 2192653.
HSL color Cylindrical-coordinate representation of color #0D7521: hue angle of 131.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7521 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 117 | 33 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.54 |
| HSL | 131.54º | 0.8% | 0.25% | - |
| HSV(B) | 131.54º | 0.89% | 0.46% | - |
| XYZ | 6.8 | 12.92 | 3.57 | - |
| YUV | 76.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 117 | 33 | 0.89 | 0 | 0.72 | 0.54 | 131.54 | 0.8 | 0.25 |
| Hex | D | 75 | 21 | 59 | 0 | 48 | 36 | 84 | 50 | 19 |
| Octal | 15 | 165 | 41 | 131 | 0 | 110 | 66 | 204 | 120 | 31 |
| Binary | 1101 | 1110101 | 100001 | 1011001 | 0 | 1001000 | 110110 | 10000100 | 1010000 | 11001 |
Color Harmonies of #0D7521
Complementary color
Monochromatic Colors of #0D7521
Black with #0D7521
Text Example
Text Example
White with #0D7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7521; }
p { color: rgb(13,117,33); }
H1.HeaderClassName
{
color: #0D7521;
}
.AnyTagClassName
{
color: #0D7521;
}
</style>
background-color css
<style>
a { background-color: #0D7521; }
a { background-color: rgb(13,117,33); }
div.DivClassName
{
background-color: #0D7521;
}
.BgClassName
{
background-color: #0D7521;
}
</style>
border-color css
<style>
span { border-color: #0D7521; }
span { border-color: rgb(13,117,33); }
td.TdClassName
{
border-color: #0D7521;
}
.TagClassName
{
border-color: #0D7521;
}
</style>