Shades of Myrtle #1F4501
Tints of Myrtle #1F4501
RGB
CMYK
RGB Variations
Color information
#1F4501 (or 0x1F4501) is known color: Myrtle. HEX triplet: 1F, 45 and 01. RGB value is (31,69,1). Sum of RGB (Red+Green+Blue) = 31+69+1=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4501 is #E0BAFE. Grayscale: #323232. Windows color (decimal): -14727935 or 83231. OLE color: 83231.
HSL color Cylindrical-coordinate representation of color #1F4501: hue angle of 93.53º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F4501 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 69 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.73 |
| HSL | 93.53º | 0.97% | 0.14% | - |
| HSV(B) | 93.53º | 0.99% | 0.27% | - |
| XYZ | 2.7 | 4.55 | 0.76 | - |
| YUV | 49.89 | 100.41 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 1 | 0.55 | 0 | 0.99 | 0.73 | 93.53 | 0.97 | 0.14 |
| Hex | 1F | 45 | 1 | 37 | 0 | 63 | 49 | 5E | 61 | E |
| Octal | 37 | 105 | 1 | 67 | 0 | 143 | 111 | 136 | 141 | 16 |
| Binary | 11111 | 1000101 | 1 | 110111 | 0 | 1100011 | 1001001 | 1011110 | 1100001 | 1110 |
Color Harmonies of #1F4501
Complementary color
Monochromatic Colors of #1F4501
Black with #1F4501
Text Example
Text Example
White with #1F4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4501; }
p { color: rgb(31,69,1); }
H1.HeaderClassName
{
color: #1F4501;
}
.AnyTagClassName
{
color: #1F4501;
}
</style>
background-color css
<style>
a { background-color: #1F4501; }
a { background-color: rgb(31,69,1); }
div.DivClassName
{
background-color: #1F4501;
}
.BgClassName
{
background-color: #1F4501;
}
</style>
border-color css
<style>
span { border-color: #1F4501; }
span { border-color: rgb(31,69,1); }
td.TdClassName
{
border-color: #1F4501;
}
.TagClassName
{
border-color: #1F4501;
}
</style>