Shades of Myrtle #0D380F
Tints of Myrtle #0D380F
RGB
CMYK
RGB Variations
Color information
#0D380F (or 0x0D380F) is known color: Myrtle. HEX triplet: 0D, 38 and 0F. RGB value is (13,56,15). Sum of RGB (Red+Green+Blue) = 13+56+15=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #0D380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D380F is #F2C7F0. Grayscale: #262626. Windows color (decimal): -15910897 or 997389. OLE color: 997389.
HSL color Cylindrical-coordinate representation of color #0D380F: hue angle of 122.79º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D380F is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 15 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.78 |
| HSL | 122.79º | 0.62% | 0.14% | - |
| HSV(B) | 122.79º | 0.77% | 0.22% | - |
| XYZ | 1.67 | 2.95 | 0.93 | - |
| YUV | 38.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 15 | 0.77 | 0 | 0.73 | 0.78 | 122.79 | 0.62 | 0.14 |
| Hex | D | 38 | F | 4D | 0 | 49 | 4E | 7B | 3E | E |
| Octal | 15 | 70 | 17 | 115 | 0 | 111 | 116 | 173 | 76 | 16 |
| Binary | 1101 | 111000 | 1111 | 1001101 | 0 | 1001001 | 1001110 | 1111011 | 111110 | 1110 |
Color Harmonies of #0D380F
Complementary color
Monochromatic Colors of #0D380F
Black with #0D380F
Text Example
Text Example
White with #0D380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D380F; }
p { color: rgb(13,56,15); }
H1.HeaderClassName
{
color: #0D380F;
}
.AnyTagClassName
{
color: #0D380F;
}
</style>
background-color css
<style>
a { background-color: #0D380F; }
a { background-color: rgb(13,56,15); }
div.DivClassName
{
background-color: #0D380F;
}
.BgClassName
{
background-color: #0D380F;
}
</style>
border-color css
<style>
span { border-color: #0D380F; }
span { border-color: rgb(13,56,15); }
td.TdClassName
{
border-color: #0D380F;
}
.TagClassName
{
border-color: #0D380F;
}
</style>