Shades of Myrtle #04530E
Tints of Myrtle #04530E
RGB
CMYK
RGB Variations
Color information
#04530E (or 0x04530E) is known color: Myrtle. HEX triplet: 04, 53 and 0E. RGB value is (4,83,14). Sum of RGB (Red+Green+Blue) = 4+83+14=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #04530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04530E is #FBACF1. Grayscale: #333333. Windows color (decimal): -16493810 or 938756. OLE color: 938756.
HSL color Cylindrical-coordinate representation of color #04530E: hue angle of 127.59º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04530E is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 14 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.67 |
| HSL | 127.59º | 0.91% | 0.17% | - |
| HSV(B) | 127.59º | 0.95% | 0.33% | - |
| XYZ | 3.22 | 6.24 | 1.45 | - |
| YUV | 51.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 14 | 0.95 | 0 | 0.83 | 0.67 | 127.59 | 0.91 | 0.17 |
| Hex | 4 | 53 | E | 5F | 0 | 53 | 43 | 80 | 5B | 11 |
| Octal | 4 | 123 | 16 | 137 | 0 | 123 | 103 | 200 | 133 | 21 |
| Binary | 100 | 1010011 | 1110 | 1011111 | 0 | 1010011 | 1000011 | 10000000 | 1011011 | 10001 |
Color Harmonies of #04530E
Complementary color
Monochromatic Colors of #04530E
Black with #04530E
Text Example
Text Example
White with #04530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04530E; }
p { color: rgb(4,83,14); }
H1.HeaderClassName
{
color: #04530E;
}
.AnyTagClassName
{
color: #04530E;
}
</style>
background-color css
<style>
a { background-color: #04530E; }
a { background-color: rgb(4,83,14); }
div.DivClassName
{
background-color: #04530E;
}
.BgClassName
{
background-color: #04530E;
}
</style>
border-color css
<style>
span { border-color: #04530E; }
span { border-color: rgb(4,83,14); }
td.TdClassName
{
border-color: #04530E;
}
.TagClassName
{
border-color: #04530E;
}
</style>