Shades of Myrtle #04450C
Tints of Myrtle #04450C
RGB
CMYK
RGB Variations
Color information
#04450C (or 0x04450C) is known color: Myrtle. HEX triplet: 04, 45 and 0C. RGB value is (4,69,12). Sum of RGB (Red+Green+Blue) = 4+69+12=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 69 (27.34% from 255 or 81.18% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 69 - color contains mainly: green. Hex color #04450C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04450C is #FBBAF3. Grayscale: #2B2B2B. Windows color (decimal): -16497396 or 804100. OLE color: 804100.
HSL color Cylindrical-coordinate representation of color #04450C: hue angle of 127.38º 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 #04450C is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 12 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.73 |
| HSL | 127.38º | 0.89% | 0.14% | - |
| HSV(B) | 127.38º | 0.94% | 0.27% | - |
| XYZ | 2.24 | 4.31 | 1.06 | - |
| YUV | 43.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 12 | 0.94 | 0 | 0.83 | 0.73 | 127.38 | 0.89 | 0.14 |
| Hex | 4 | 45 | C | 5E | 0 | 53 | 49 | 7F | 59 | E |
| Octal | 4 | 105 | 14 | 136 | 0 | 123 | 111 | 177 | 131 | 16 |
| Binary | 100 | 1000101 | 1100 | 1011110 | 0 | 1010011 | 1001001 | 1111111 | 1011001 | 1110 |
Color Harmonies of #04450C
Complementary color
Monochromatic Colors of #04450C
Black with #04450C
Text Example
Text Example
White with #04450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04450C; }
p { color: rgb(4,69,12); }
H1.HeaderClassName
{
color: #04450C;
}
.AnyTagClassName
{
color: #04450C;
}
</style>
background-color css
<style>
a { background-color: #04450C; }
a { background-color: rgb(4,69,12); }
div.DivClassName
{
background-color: #04450C;
}
.BgClassName
{
background-color: #04450C;
}
</style>
border-color css
<style>
span { border-color: #04450C; }
span { border-color: rgb(4,69,12); }
td.TdClassName
{
border-color: #04450C;
}
.TagClassName
{
border-color: #04450C;
}
</style>