Shades of Myrtle #04450D
Tints of Myrtle #04450D
RGB
CMYK
RGB Variations
Color information
#04450D (or 0x04450D) is known color: Myrtle. HEX triplet: 04, 45 and 0D. RGB value is (4,69,13). Sum of RGB (Red+Green+Blue) = 4+69+13=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #04450D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04450D is #FBBAF2. Grayscale: #2B2B2B. Windows color (decimal): -16497395 or 869636. OLE color: 869636.
HSL color Cylindrical-coordinate representation of color #04450D: hue angle of 128.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04450D is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 13 | - |
| CMYK | 0.94 | 0 | 0.81 | 0.73 |
| HSL | 128.31º | 0.89% | 0.14% | - |
| HSV(B) | 128.31º | 0.94% | 0.27% | - |
| XYZ | 2.25 | 4.31 | 1.09 | - |
| YUV | 43.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 13 | 0.94 | 0 | 0.81 | 0.73 | 128.31 | 0.89 | 0.14 |
| Hex | 4 | 45 | D | 5E | 0 | 51 | 49 | 80 | 59 | E |
| Octal | 4 | 105 | 15 | 136 | 0 | 121 | 111 | 200 | 131 | 16 |
| Binary | 100 | 1000101 | 1101 | 1011110 | 0 | 1010001 | 1001001 | 10000000 | 1011001 | 1110 |
Color Harmonies of #04450D
Complementary color
Monochromatic Colors of #04450D
Black with #04450D
Text Example
Text Example
White with #04450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04450D; }
p { color: rgb(4,69,13); }
H1.HeaderClassName
{
color: #04450D;
}
.AnyTagClassName
{
color: #04450D;
}
</style>
background-color css
<style>
a { background-color: #04450D; }
a { background-color: rgb(4,69,13); }
div.DivClassName
{
background-color: #04450D;
}
.BgClassName
{
background-color: #04450D;
}
</style>
border-color css
<style>
span { border-color: #04450D; }
span { border-color: rgb(4,69,13); }
td.TdClassName
{
border-color: #04450D;
}
.TagClassName
{
border-color: #04450D;
}
</style>