Shades of Myrtle #04550D
Tints of Myrtle #04550D
RGB
CMYK
RGB Variations
Color information
#04550D (or 0x04550D) is known color: Myrtle. HEX triplet: 04, 55 and 0D. RGB value is (4,85,13). Sum of RGB (Red+Green+Blue) = 4+85+13=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 85 (33.59% from 255 or 83.33% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 85 - color contains mainly: green. Hex color #04550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04550D is #FBAAF2. Grayscale: #343434. Windows color (decimal): -16493299 or 873732. OLE color: 873732.
HSL color Cylindrical-coordinate representation of color #04550D: hue angle of 126.67º 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 #04550D is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 85 | 13 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.67 |
| HSL | 126.67º | 0.91% | 0.17% | - |
| HSV(B) | 126.67º | 0.95% | 0.33% | - |
| XYZ | 3.37 | 6.55 | 1.47 | - |
| YUV | 52.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 85 | 13 | 0.95 | 0 | 0.85 | 0.67 | 126.67 | 0.91 | 0.17 |
| Hex | 4 | 55 | D | 5F | 0 | 55 | 43 | 7F | 5B | 11 |
| Octal | 4 | 125 | 15 | 137 | 0 | 125 | 103 | 177 | 133 | 21 |
| Binary | 100 | 1010101 | 1101 | 1011111 | 0 | 1010101 | 1000011 | 1111111 | 1011011 | 10001 |
Color Harmonies of #04550D
Complementary color
Monochromatic Colors of #04550D
Black with #04550D
Text Example
Text Example
White with #04550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04550D; }
p { color: rgb(4,85,13); }
H1.HeaderClassName
{
color: #04550D;
}
.AnyTagClassName
{
color: #04550D;
}
</style>
background-color css
<style>
a { background-color: #04550D; }
a { background-color: rgb(4,85,13); }
div.DivClassName
{
background-color: #04550D;
}
.BgClassName
{
background-color: #04550D;
}
</style>
border-color css
<style>
span { border-color: #04550D; }
span { border-color: rgb(4,85,13); }
td.TdClassName
{
border-color: #04550D;
}
.TagClassName
{
border-color: #04550D;
}
</style>