Shades of Myrtle #0C3802
Tints of Myrtle #0C3802
RGB
CMYK
RGB Variations
Color information
#0C3802 (or 0x0C3802) is known color: Myrtle. HEX triplet: 0C, 38 and 02. RGB value is (12,56,2). Sum of RGB (Red+Green+Blue) = 12+56+2=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 2 (1.17% from 255 or 2.86% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #0C3802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3802 is #F3C7FD. Grayscale: #242424. Windows color (decimal): -15976446 or 145420. OLE color: 145420.
HSL color Cylindrical-coordinate representation of color #0C3802: hue angle of 108.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C3802 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 56 | 2 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.78 |
| HSL | 108.89º | 0.93% | 0.11% | - |
| HSV(B) | 108.89º | 0.96% | 0.22% | - |
| XYZ | 1.58 | 2.91 | 0.54 | - |
| YUV | 36.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 2 | 0.79 | 0 | 0.96 | 0.78 | 108.89 | 0.93 | 0.11 |
| Hex | C | 38 | 2 | 4F | 0 | 60 | 4E | 6D | 5D | B |
| Octal | 14 | 70 | 2 | 117 | 0 | 140 | 116 | 155 | 135 | 13 |
| Binary | 1100 | 111000 | 10 | 1001111 | 0 | 1100000 | 1001110 | 1101101 | 1011101 | 1011 |
Color Harmonies of #0C3802
Complementary color
Monochromatic Colors of #0C3802
Black with #0C3802
Text Example
Text Example
White with #0C3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3802; }
p { color: rgb(12,56,2); }
H1.HeaderClassName
{
color: #0C3802;
}
.AnyTagClassName
{
color: #0C3802;
}
</style>
background-color css
<style>
a { background-color: #0C3802; }
a { background-color: rgb(12,56,2); }
div.DivClassName
{
background-color: #0C3802;
}
.BgClassName
{
background-color: #0C3802;
}
</style>
border-color css
<style>
span { border-color: #0C3802; }
span { border-color: rgb(12,56,2); }
td.TdClassName
{
border-color: #0C3802;
}
.TagClassName
{
border-color: #0C3802;
}
</style>