Shades of Myrtle #042305
Tints of Myrtle #042305
RGB
CMYK
RGB Variations
Color information
#042305 (or 0x042305) is known color: Myrtle. HEX triplet: 04, 23 and 05. RGB value is (4,35,5). Sum of RGB (Red+Green+Blue) = 4+35+5=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 35 (14.06% from 255 or 79.55% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 35 - color contains mainly: green. Hex color #042305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042305 is #FBDCFA. Grayscale: #161616. Windows color (decimal): -16506107 or 336644. OLE color: 336644.
HSL color Cylindrical-coordinate representation of color #042305: hue angle of 121.94º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042305 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 4 | 35 | 5 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.86 |
| HSL | 121.94º | 0.79% | 0.08% | - |
| HSV(B) | 121.94º | 0.89% | 0.14% | - |
| XYZ | 0.68 | 1.24 | 0.35 | - |
| YUV | 22.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 5 | 0.89 | 0 | 0.86 | 0.86 | 121.94 | 0.79 | 0.08 |
| Hex | 4 | 23 | 5 | 59 | 0 | 56 | 56 | 7A | 4F | 8 |
| Octal | 4 | 43 | 5 | 131 | 0 | 126 | 126 | 172 | 117 | 10 |
| Binary | 100 | 100011 | 101 | 1011001 | 0 | 1010110 | 1010110 | 1111010 | 1001111 | 1000 |
Color Harmonies of #042305
Complementary color
Monochromatic Colors of #042305
Black with #042305
Text Example
Text Example
White with #042305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042305; }
p { color: rgb(4,35,5); }
H1.HeaderClassName
{
color: #042305;
}
.AnyTagClassName
{
color: #042305;
}
</style>
background-color css
<style>
a { background-color: #042305; }
a { background-color: rgb(4,35,5); }
div.DivClassName
{
background-color: #042305;
}
.BgClassName
{
background-color: #042305;
}
</style>
border-color css
<style>
span { border-color: #042305; }
span { border-color: rgb(4,35,5); }
td.TdClassName
{
border-color: #042305;
}
.TagClassName
{
border-color: #042305;
}
</style>