Shades of Myrtle #0E380F
Tints of Myrtle #0E380F
RGB
CMYK
RGB Variations
Color information
#0E380F (or 0x0E380F) is known color: Myrtle. HEX triplet: 0E, 38 and 0F. RGB value is (14,56,15). Sum of RGB (Red+Green+Blue) = 14+56+15=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #0E380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E380F is #F1C7F0. Grayscale: #262626. Windows color (decimal): -15845361 or 997390. OLE color: 997390.
HSL color Cylindrical-coordinate representation of color #0E380F: hue angle of 121.43º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E380F is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 15 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.78 |
| HSL | 121.43º | 0.6% | 0.14% | - |
| HSV(B) | 121.43º | 0.75% | 0.22% | - |
| XYZ | 1.68 | 2.96 | 0.93 | - |
| YUV | 38.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 15 | 0.75 | 0 | 0.73 | 0.78 | 121.43 | 0.6 | 0.14 |
| Hex | E | 38 | F | 4B | 0 | 49 | 4E | 79 | 3C | E |
| Octal | 16 | 70 | 17 | 113 | 0 | 111 | 116 | 171 | 74 | 16 |
| Binary | 1110 | 111000 | 1111 | 1001011 | 0 | 1001001 | 1001110 | 1111001 | 111100 | 1110 |
Color Harmonies of #0E380F
Complementary color
Monochromatic Colors of #0E380F
Black with #0E380F
Text Example
Text Example
White with #0E380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E380F; }
p { color: rgb(14,56,15); }
H1.HeaderClassName
{
color: #0E380F;
}
.AnyTagClassName
{
color: #0E380F;
}
</style>
background-color css
<style>
a { background-color: #0E380F; }
a { background-color: rgb(14,56,15); }
div.DivClassName
{
background-color: #0E380F;
}
.BgClassName
{
background-color: #0E380F;
}
</style>
border-color css
<style>
span { border-color: #0E380F; }
span { border-color: rgb(14,56,15); }
td.TdClassName
{
border-color: #0E380F;
}
.TagClassName
{
border-color: #0E380F;
}
</style>