Shades of Myrtle #04450B
Tints of Myrtle #04450B
RGB
CMYK
RGB Variations
Color information
#04450B (or 0x04450B) is known color: Myrtle. HEX triplet: 04, 45 and 0B. RGB value is (4,69,11). Sum of RGB (Red+Green+Blue) = 4+69+11=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 69 (27.34% from 255 or 82.14% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 69 - color contains mainly: green. Hex color #04450B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04450B is #FBBAF4. Grayscale: #2B2B2B. Windows color (decimal): -16497397 or 738564. OLE color: 738564.
HSL color Cylindrical-coordinate representation of color #04450B: hue angle of 126.46º 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 #04450B is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 11 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.73 |
| HSL | 126.46º | 0.89% | 0.14% | - |
| HSV(B) | 126.46º | 0.94% | 0.27% | - |
| XYZ | 2.24 | 4.31 | 1.03 | - |
| YUV | 42.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 11 | 0.94 | 0 | 0.84 | 0.73 | 126.46 | 0.89 | 0.14 |
| Hex | 4 | 45 | B | 5E | 0 | 54 | 49 | 7E | 59 | E |
| Octal | 4 | 105 | 13 | 136 | 0 | 124 | 111 | 176 | 131 | 16 |
| Binary | 100 | 1000101 | 1011 | 1011110 | 0 | 1010100 | 1001001 | 1111110 | 1011001 | 1110 |
Color Harmonies of #04450B
Complementary color
Monochromatic Colors of #04450B
Black with #04450B
Text Example
Text Example
White with #04450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04450B; }
p { color: rgb(4,69,11); }
H1.HeaderClassName
{
color: #04450B;
}
.AnyTagClassName
{
color: #04450B;
}
</style>
background-color css
<style>
a { background-color: #04450B; }
a { background-color: rgb(4,69,11); }
div.DivClassName
{
background-color: #04450B;
}
.BgClassName
{
background-color: #04450B;
}
</style>
border-color css
<style>
span { border-color: #04450B; }
span { border-color: rgb(4,69,11); }
td.TdClassName
{
border-color: #04450B;
}
.TagClassName
{
border-color: #04450B;
}
</style>