Shades of Myrtle #05450B
Tints of Myrtle #05450B
RGB
CMYK
RGB Variations
Color information
#05450B (or 0x05450B) is known color: Myrtle. HEX triplet: 05, 45 and 0B. RGB value is (5,69,11). Sum of RGB (Red+Green+Blue) = 5+69+11=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 69 (27.34% from 255 or 81.18% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 69 - color contains mainly: green. Hex color #05450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05450B is #FABAF4. Grayscale: #2B2B2B. Windows color (decimal): -16431861 or 738565. OLE color: 738565.
HSL color Cylindrical-coordinate representation of color #05450B: hue angle of 125.62º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05450B is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 11 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.73 |
| HSL | 125.63º | 0.86% | 0.15% | - |
| HSV(B) | 125.63º | 0.93% | 0.27% | - |
| XYZ | 2.25 | 4.31 | 1.03 | - |
| YUV | 43.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 11 | 0.93 | 0 | 0.84 | 0.73 | 125.63 | 0.86 | 0.15 |
| Hex | 5 | 45 | B | 5D | 0 | 54 | 49 | 7E | 56 | F |
| Octal | 5 | 105 | 13 | 135 | 0 | 124 | 111 | 176 | 126 | 17 |
| Binary | 101 | 1000101 | 1011 | 1011101 | 0 | 1010100 | 1001001 | 1111110 | 1010110 | 1111 |
Color Harmonies of #05450B
Complementary color
Monochromatic Colors of #05450B
Black with #05450B
Text Example
Text Example
White with #05450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05450B; }
p { color: rgb(5,69,11); }
H1.HeaderClassName
{
color: #05450B;
}
.AnyTagClassName
{
color: #05450B;
}
</style>
background-color css
<style>
a { background-color: #05450B; }
a { background-color: rgb(5,69,11); }
div.DivClassName
{
background-color: #05450B;
}
.BgClassName
{
background-color: #05450B;
}
</style>
border-color css
<style>
span { border-color: #05450B; }
span { border-color: rgb(5,69,11); }
td.TdClassName
{
border-color: #05450B;
}
.TagClassName
{
border-color: #05450B;
}
</style>