Shades of Myrtle #045301
Tints of Myrtle #045301
RGB
CMYK
RGB Variations
Color information
#045301 (or 0x045301) is known color: Myrtle. HEX triplet: 04, 53 and 01. RGB value is (4,83,1). Sum of RGB (Red+Green+Blue) = 4+83+1=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 83 (32.81% from 255 or 94.32% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 83 - color contains mainly: green. Hex color #045301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045301 is #FBACFE. Grayscale: #323232. Windows color (decimal): -16493823 or 86788. OLE color: 86788.
HSL color Cylindrical-coordinate representation of color #045301: hue angle of 117.8º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #045301 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.67 |
| HSL | 117.8º | 0.98% | 0.16% | - |
| HSV(B) | 117.8º | 0.99% | 0.33% | - |
| XYZ | 3.15 | 6.21 | 1.06 | - |
| YUV | 50.03 | 100.33 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 1 | 0.95 | 0 | 0.99 | 0.67 | 117.8 | 0.98 | 0.16 |
| Hex | 4 | 53 | 1 | 5F | 0 | 63 | 43 | 76 | 62 | 10 |
| Octal | 4 | 123 | 1 | 137 | 0 | 143 | 103 | 166 | 142 | 20 |
| Binary | 100 | 1010011 | 1 | 1011111 | 0 | 1100011 | 1000011 | 1110110 | 1100010 | 10000 |
Color Harmonies of #045301
Complementary color
Monochromatic Colors of #045301
Black with #045301
Text Example
Text Example
White with #045301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045301; }
p { color: rgb(4,83,1); }
H1.HeaderClassName
{
color: #045301;
}
.AnyTagClassName
{
color: #045301;
}
</style>
background-color css
<style>
a { background-color: #045301; }
a { background-color: rgb(4,83,1); }
div.DivClassName
{
background-color: #045301;
}
.BgClassName
{
background-color: #045301;
}
</style>
border-color css
<style>
span { border-color: #045301; }
span { border-color: rgb(4,83,1); }
td.TdClassName
{
border-color: #045301;
}
.TagClassName
{
border-color: #045301;
}
</style>