Shades of Camarone #0D732D
Tints of Camarone #0D732D
RGB
CMYK
RGB Variations
Color information
#0D732D (or 0x0D732D) is known color: Camarone. HEX triplet: 0D, 73 and 2D. RGB value is (13,115,45). Sum of RGB (Red+Green+Blue) = 13+115+45=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #0D732D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D732D is #F28CD2. Grayscale: #4C4C4C. Windows color (decimal): -15895763 or 2978573. OLE color: 2978573.
HSL color Cylindrical-coordinate representation of color #0D732D: hue angle of 138.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D732D is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 13 | 115 | 45 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.55 |
| HSL | 138.82º | 0.8% | 0.25% | - |
| HSV(B) | 138.82º | 0.89% | 0.45% | - |
| XYZ | 6.77 | 12.54 | 4.55 | - |
| YUV | 76.52 | 110.21 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 115 | 45 | 0.89 | 0 | 0.61 | 0.55 | 138.82 | 0.8 | 0.25 |
| Hex | D | 73 | 2D | 59 | 0 | 3D | 37 | 8B | 50 | 19 |
| Octal | 15 | 163 | 55 | 131 | 0 | 75 | 67 | 213 | 120 | 31 |
| Binary | 1101 | 1110011 | 101101 | 1011001 | 0 | 111101 | 110111 | 10001011 | 1010000 | 11001 |
Color Harmonies of #0D732D
Complementary color
Monochromatic Colors of #0D732D
Black with #0D732D
Text Example
Text Example
White with #0D732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D732D; }
p { color: rgb(13,115,45); }
H1.HeaderClassName
{
color: #0D732D;
}
.AnyTagClassName
{
color: #0D732D;
}
</style>
background-color css
<style>
a { background-color: #0D732D; }
a { background-color: rgb(13,115,45); }
div.DivClassName
{
background-color: #0D732D;
}
.BgClassName
{
background-color: #0D732D;
}
</style>
border-color css
<style>
span { border-color: #0D732D; }
span { border-color: rgb(13,115,45); }
td.TdClassName
{
border-color: #0D732D;
}
.TagClassName
{
border-color: #0D732D;
}
</style>