Shades of Myrtle #05380B
Tints of Myrtle #05380B
RGB
CMYK
RGB Variations
Color information
#05380B (or 0x05380B) is known color: Myrtle. HEX triplet: 05, 38 and 0B. RGB value is (5,56,11). Sum of RGB (Red+Green+Blue) = 5+56+11=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #05380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05380B is #FAC7F4. Grayscale: #232323. Windows color (decimal): -16435189 or 735237. OLE color: 735237.
HSL color Cylindrical-coordinate representation of color #05380B: hue angle of 127.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05380B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 56 | 11 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.78 |
| HSL | 127.06º | 0.84% | 0.12% | - |
| HSV(B) | 127.06º | 0.91% | 0.22% | - |
| XYZ | 1.54 | 2.88 | 0.79 | - |
| YUV | 35.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 11 | 0.91 | 0 | 0.80 | 0.78 | 127.06 | 0.84 | 0.12 |
| Hex | 5 | 38 | B | 5B | 0 | 50 | 4E | 7F | 54 | C |
| Octal | 5 | 70 | 13 | 133 | 0 | 120 | 116 | 177 | 124 | 14 |
| Binary | 101 | 111000 | 1011 | 1011011 | 0 | 1010000 | 1001110 | 1111111 | 1010100 | 1100 |
Color Harmonies of #05380B
Complementary color
Monochromatic Colors of #05380B
Black with #05380B
Text Example
Text Example
White with #05380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05380B; }
p { color: rgb(5,56,11); }
H1.HeaderClassName
{
color: #05380B;
}
.AnyTagClassName
{
color: #05380B;
}
</style>
background-color css
<style>
a { background-color: #05380B; }
a { background-color: rgb(5,56,11); }
div.DivClassName
{
background-color: #05380B;
}
.BgClassName
{
background-color: #05380B;
}
</style>
border-color css
<style>
span { border-color: #05380B; }
span { border-color: rgb(5,56,11); }
td.TdClassName
{
border-color: #05380B;
}
.TagClassName
{
border-color: #05380B;
}
</style>