Shades of Myrtle #0C420B
Tints of Myrtle #0C420B
RGB
CMYK
RGB Variations
Color information
#0C420B (or 0x0C420B) is known color: Myrtle. HEX triplet: 0C, 42 and 0B. RGB value is (12,66,11). Sum of RGB (Red+Green+Blue) = 12+66+11=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #0C420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C420B is #F3BDF4. Grayscale: #2B2B2B. Windows color (decimal): -15973877 or 737804. OLE color: 737804.
HSL color Cylindrical-coordinate representation of color #0C420B: hue angle of 118.91º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C420B is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 66 | 11 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.74 |
| HSL | 118.91º | 0.71% | 0.15% | - |
| HSV(B) | 118.91º | 0.83% | 0.26% | - |
| XYZ | 2.16 | 4 | 0.97 | - |
| YUV | 43.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 66 | 11 | 0.82 | 0 | 0.83 | 0.74 | 118.91 | 0.71 | 0.15 |
| Hex | C | 42 | B | 52 | 0 | 53 | 4A | 77 | 47 | F |
| Octal | 14 | 102 | 13 | 122 | 0 | 123 | 112 | 167 | 107 | 17 |
| Binary | 1100 | 1000010 | 1011 | 1010010 | 0 | 1010011 | 1001010 | 1110111 | 1000111 | 1111 |
Color Harmonies of #0C420B
Complementary color
Monochromatic Colors of #0C420B
Black with #0C420B
Text Example
Text Example
White with #0C420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C420B; }
p { color: rgb(12,66,11); }
H1.HeaderClassName
{
color: #0C420B;
}
.AnyTagClassName
{
color: #0C420B;
}
</style>
background-color css
<style>
a { background-color: #0C420B; }
a { background-color: rgb(12,66,11); }
div.DivClassName
{
background-color: #0C420B;
}
.BgClassName
{
background-color: #0C420B;
}
</style>
border-color css
<style>
span { border-color: #0C420B; }
span { border-color: rgb(12,66,11); }
td.TdClassName
{
border-color: #0C420B;
}
.TagClassName
{
border-color: #0C420B;
}
</style>