Shades of Myrtle #00540B
Tints of Myrtle #00540B
RGB
CMYK
RGB Variations
Color information
#00540B (or 0x00540B) is known color: Myrtle. HEX triplet: 00, 54 and 0B. RGB value is (0,84,11). Sum of RGB (Red+Green+Blue) = 0+84+11=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 84 (33.20% from 255 or 88.42% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 84 - color contains mainly: green. Hex color #00540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00540B is #FFABF4. Grayscale: #323232. Windows color (decimal): -16755701 or 742400. OLE color: 742400.
HSL color Cylindrical-coordinate representation of color #00540B: hue angle of 127.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00540B is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 84 | 11 | - |
| CMYK | 1 | 0 | 0.87 | 0.67 |
| HSL | 127.86º | 1% | 0.16% | - |
| HSV(B) | 127.86º | 1% | 0.33% | - |
| XYZ | 3.23 | 6.36 | 1.37 | - |
| YUV | 50.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 11 | 1 | 0 | 0.87 | 0.67 | 127.86 | 1 | 0.16 |
| Hex | 0 | 54 | B | 64 | 0 | 57 | 43 | 80 | 64 | 10 |
| Octal | 0 | 124 | 13 | 144 | 0 | 127 | 103 | 200 | 144 | 20 |
| Binary | 0 | 1010100 | 1011 | 1100100 | 0 | 1010111 | 1000011 | 10000000 | 1100100 | 10000 |
Color Harmonies of #00540B
Complementary color
Monochromatic Colors of #00540B
Black with #00540B
Text Example
Text Example
White with #00540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00540B; }
p { color: rgb(0,84,11); }
H1.HeaderClassName
{
color: #00540B;
}
.AnyTagClassName
{
color: #00540B;
}
</style>
background-color css
<style>
a { background-color: #00540B; }
a { background-color: rgb(0,84,11); }
div.DivClassName
{
background-color: #00540B;
}
.BgClassName
{
background-color: #00540B;
}
</style>
border-color css
<style>
span { border-color: #00540B; }
span { border-color: rgb(0,84,11); }
td.TdClassName
{
border-color: #00540B;
}
.TagClassName
{
border-color: #00540B;
}
</style>