Shades of Myrtle #042504
Tints of Myrtle #042504
RGB
CMYK
RGB Variations
Color information
#042504 (or 0x042504) is known color: Myrtle. HEX triplet: 04, 25 and 04. RGB value is (4,37,4). Sum of RGB (Red+Green+Blue) = 4+37+4=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #042504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042504 is #FBDAFB. Grayscale: #171717. Windows color (decimal): -16505596 or 271620. OLE color: 271620.
HSL color Cylindrical-coordinate representation of color #042504: hue angle of 120º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042504 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 4 | 37 | 4 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.85 |
| HSL | 120º | 0.8% | 0.08% | - |
| HSV(B) | 120º | 0.89% | 0.15% | - |
| XYZ | 0.73 | 1.36 | 0.34 | - |
| YUV | 23.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 37 | 4 | 0.89 | 0 | 0.89 | 0.85 | 120 | 0.8 | 0.08 |
| Hex | 4 | 25 | 4 | 59 | 0 | 59 | 55 | 78 | 50 | 8 |
| Octal | 4 | 45 | 4 | 131 | 0 | 131 | 125 | 170 | 120 | 10 |
| Binary | 100 | 100101 | 100 | 1011001 | 0 | 1011001 | 1010101 | 1111000 | 1010000 | 1000 |
Color Harmonies of #042504
Complementary color
Monochromatic Colors of #042504
Black with #042504
Text Example
Text Example
White with #042504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042504; }
p { color: rgb(4,37,4); }
H1.HeaderClassName
{
color: #042504;
}
.AnyTagClassName
{
color: #042504;
}
</style>
background-color css
<style>
a { background-color: #042504; }
a { background-color: rgb(4,37,4); }
div.DivClassName
{
background-color: #042504;
}
.BgClassName
{
background-color: #042504;
}
</style>
border-color css
<style>
span { border-color: #042504; }
span { border-color: rgb(4,37,4); }
td.TdClassName
{
border-color: #042504;
}
.TagClassName
{
border-color: #042504;
}
</style>