Shades of Myrtle #0C380C
Tints of Myrtle #0C380C
RGB
CMYK
RGB Variations
Color information
#0C380C (or 0x0C380C) is known color: Myrtle. HEX triplet: 0C, 38 and 0C. RGB value is (12,56,12). Sum of RGB (Red+Green+Blue) = 12+56+12=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #0C380C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C380C is #F3C7F3. Grayscale: #252525. Windows color (decimal): -15976436 or 800780. OLE color: 800780.
HSL color Cylindrical-coordinate representation of color #0C380C: hue angle of 120º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C380C is Cyan = 0.79, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 56 | 12 | - |
| CMYK | 0.79 | 0 | 0.79 | 0.78 |
| HSL | 120º | 0.65% | 0.13% | - |
| HSV(B) | 120º | 0.79% | 0.22% | - |
| XYZ | 1.63 | 2.93 | 0.83 | - |
| YUV | 37.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 12 | 0.79 | 0 | 0.79 | 0.78 | 120 | 0.65 | 0.13 |
| Hex | C | 38 | C | 4F | 0 | 4F | 4E | 78 | 41 | D |
| Octal | 14 | 70 | 14 | 117 | 0 | 117 | 116 | 170 | 101 | 15 |
| Binary | 1100 | 111000 | 1100 | 1001111 | 0 | 1001111 | 1001110 | 1111000 | 1000001 | 1101 |
Color Harmonies of #0C380C
Complementary color
Monochromatic Colors of #0C380C
Black with #0C380C
Text Example
Text Example
White with #0C380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C380C; }
p { color: rgb(12,56,12); }
H1.HeaderClassName
{
color: #0C380C;
}
.AnyTagClassName
{
color: #0C380C;
}
</style>
background-color css
<style>
a { background-color: #0C380C; }
a { background-color: rgb(12,56,12); }
div.DivClassName
{
background-color: #0C380C;
}
.BgClassName
{
background-color: #0C380C;
}
</style>
border-color css
<style>
span { border-color: #0C380C; }
span { border-color: rgb(12,56,12); }
td.TdClassName
{
border-color: #0C380C;
}
.TagClassName
{
border-color: #0C380C;
}
</style>