Shades of Myrtle #0C440F
Tints of Myrtle #0C440F
RGB
CMYK
RGB Variations
Color information
#0C440F (or 0x0C440F) is known color: Myrtle. HEX triplet: 0C, 44 and 0F. RGB value is (12,68,15). Sum of RGB (Red+Green+Blue) = 12+68+15=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #0C440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C440F is #F3BBF0. Grayscale: #2D2D2D. Windows color (decimal): -15973361 or 1000460. OLE color: 1000460.
HSL color Cylindrical-coordinate representation of color #0C440F: hue angle of 123.21º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C440F is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 68 | 15 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.73 |
| HSL | 123.21º | 0.7% | 0.16% | - |
| HSV(B) | 123.21º | 0.82% | 0.27% | - |
| XYZ | 2.3 | 4.25 | 1.15 | - |
| YUV | 45.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 68 | 15 | 0.82 | 0 | 0.78 | 0.73 | 123.21 | 0.7 | 0.16 |
| Hex | C | 44 | F | 52 | 0 | 4E | 49 | 7B | 46 | 10 |
| Octal | 14 | 104 | 17 | 122 | 0 | 116 | 111 | 173 | 106 | 20 |
| Binary | 1100 | 1000100 | 1111 | 1010010 | 0 | 1001110 | 1001001 | 1111011 | 1000110 | 10000 |
Color Harmonies of #0C440F
Complementary color
Monochromatic Colors of #0C440F
Black with #0C440F
Text Example
Text Example
White with #0C440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C440F; }
p { color: rgb(12,68,15); }
H1.HeaderClassName
{
color: #0C440F;
}
.AnyTagClassName
{
color: #0C440F;
}
</style>
background-color css
<style>
a { background-color: #0C440F; }
a { background-color: rgb(12,68,15); }
div.DivClassName
{
background-color: #0C440F;
}
.BgClassName
{
background-color: #0C440F;
}
</style>
border-color css
<style>
span { border-color: #0C440F; }
span { border-color: rgb(12,68,15); }
td.TdClassName
{
border-color: #0C440F;
}
.TagClassName
{
border-color: #0C440F;
}
</style>