Shades of Camarone #0D7733
Tints of Camarone #0D7733
RGB
CMYK
RGB Variations
Color information
#0D7733 (or 0x0D7733) is known color: Camarone. HEX triplet: 0D, 77 and 33. RGB value is (13,119,51). Sum of RGB (Red+Green+Blue) = 13+119+51=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7733 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7733 is #F288CC. Grayscale: #4F4F4F. Windows color (decimal): -15894733 or 3372813. OLE color: 3372813.
HSL color Cylindrical-coordinate representation of color #0D7733: hue angle of 141.51º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7733 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 51 | - |
| CMYK | 0.89 | 0 | 0.57 | 0.53 |
| HSL | 141.51º | 0.8% | 0.26% | - |
| HSV(B) | 141.51º | 0.89% | 0.47% | - |
| XYZ | 7.36 | 13.52 | 5.35 | - |
| YUV | 79.55 | 111.88 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 51 | 0.89 | 0 | 0.57 | 0.53 | 141.51 | 0.8 | 0.26 |
| Hex | D | 77 | 33 | 59 | 0 | 39 | 35 | 8E | 50 | 1A |
| Octal | 15 | 167 | 63 | 131 | 0 | 71 | 65 | 216 | 120 | 32 |
| Binary | 1101 | 1110111 | 110011 | 1011001 | 0 | 111001 | 110101 | 10001110 | 1010000 | 11010 |
Color Harmonies of #0D7733
Complementary color
Monochromatic Colors of #0D7733
Black with #0D7733
Text Example
Text Example
White with #0D7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7733; }
p { color: rgb(13,119,51); }
H1.HeaderClassName
{
color: #0D7733;
}
.AnyTagClassName
{
color: #0D7733;
}
</style>
background-color css
<style>
a { background-color: #0D7733; }
a { background-color: rgb(13,119,51); }
div.DivClassName
{
background-color: #0D7733;
}
.BgClassName
{
background-color: #0D7733;
}
</style>
border-color css
<style>
span { border-color: #0D7733; }
span { border-color: rgb(13,119,51); }
td.TdClassName
{
border-color: #0D7733;
}
.TagClassName
{
border-color: #0D7733;
}
</style>