Shades of Myrtle #04500D
Tints of Myrtle #04500D
RGB
CMYK
RGB Variations
Color information
#04500D (or 0x04500D) is known color: Myrtle. HEX triplet: 04, 50 and 0D. RGB value is (4,80,13). Sum of RGB (Red+Green+Blue) = 4+80+13=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 80 (31.64% from 255 or 82.47% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 80 - color contains mainly: green. Hex color #04500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04500D is #FBAFF2. Grayscale: #313131. Windows color (decimal): -16494579 or 872452. OLE color: 872452.
HSL color Cylindrical-coordinate representation of color #04500D: hue angle of 127.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04500D is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 13 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.69 |
| HSL | 127.11º | 0.9% | 0.16% | - |
| HSV(B) | 127.11º | 0.95% | 0.31% | - |
| XYZ | 2.99 | 5.79 | 1.34 | - |
| YUV | 49.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 13 | 0.95 | 0 | 0.84 | 0.69 | 127.11 | 0.9 | 0.16 |
| Hex | 4 | 50 | D | 5F | 0 | 54 | 45 | 7F | 5A | 10 |
| Octal | 4 | 120 | 15 | 137 | 0 | 124 | 105 | 177 | 132 | 20 |
| Binary | 100 | 1010000 | 1101 | 1011111 | 0 | 1010100 | 1000101 | 1111111 | 1011010 | 10000 |
Color Harmonies of #04500D
Complementary color
Monochromatic Colors of #04500D
Black with #04500D
Text Example
Text Example
White with #04500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04500D; }
p { color: rgb(4,80,13); }
H1.HeaderClassName
{
color: #04500D;
}
.AnyTagClassName
{
color: #04500D;
}
</style>
background-color css
<style>
a { background-color: #04500D; }
a { background-color: rgb(4,80,13); }
div.DivClassName
{
background-color: #04500D;
}
.BgClassName
{
background-color: #04500D;
}
</style>
border-color css
<style>
span { border-color: #04500D; }
span { border-color: rgb(4,80,13); }
td.TdClassName
{
border-color: #04500D;
}
.TagClassName
{
border-color: #04500D;
}
</style>