Shades of Myrtle #0C4501
Tints of Myrtle #0C4501
RGB
CMYK
RGB Variations
Color information
#0C4501 (or 0x0C4501) is known color: Myrtle. HEX triplet: 0C, 45 and 01. RGB value is (12,69,1). Sum of RGB (Red+Green+Blue) = 12+69+1=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 69 (27.34% from 255 or 84.15% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 69 - color contains mainly: green. Hex color #0C4501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4501 is #F3BAFE. Grayscale: #2C2C2C. Windows color (decimal): -15973119 or 83212. OLE color: 83212.
HSL color Cylindrical-coordinate representation of color #0C4501: hue angle of 110.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C4501 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 69 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.73 |
| HSL | 110.29º | 0.97% | 0.14% | - |
| HSV(B) | 110.29º | 0.99% | 0.27% | - |
| XYZ | 2.29 | 4.34 | 0.75 | - |
| YUV | 44.21 | 103.62 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 69 | 1 | 0.83 | 0 | 0.99 | 0.73 | 110.29 | 0.97 | 0.14 |
| Hex | C | 45 | 1 | 53 | 0 | 63 | 49 | 6E | 61 | E |
| Octal | 14 | 105 | 1 | 123 | 0 | 143 | 111 | 156 | 141 | 16 |
| Binary | 1100 | 1000101 | 1 | 1010011 | 0 | 1100011 | 1001001 | 1101110 | 1100001 | 1110 |
Color Harmonies of #0C4501
Complementary color
Monochromatic Colors of #0C4501
Black with #0C4501
Text Example
Text Example
White with #0C4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4501; }
p { color: rgb(12,69,1); }
H1.HeaderClassName
{
color: #0C4501;
}
.AnyTagClassName
{
color: #0C4501;
}
</style>
background-color css
<style>
a { background-color: #0C4501; }
a { background-color: rgb(12,69,1); }
div.DivClassName
{
background-color: #0C4501;
}
.BgClassName
{
background-color: #0C4501;
}
</style>
border-color css
<style>
span { border-color: #0C4501; }
span { border-color: rgb(12,69,1); }
td.TdClassName
{
border-color: #0C4501;
}
.TagClassName
{
border-color: #0C4501;
}
</style>