Shades of Myrtle #1F4B05
Tints of Myrtle #1F4B05
RGB
CMYK
RGB Variations
Color information
#1F4B05 (or 0x1F4B05) is known color: Myrtle. HEX triplet: 1F, 4B and 05. RGB value is (31,75,5). Sum of RGB (Red+Green+Blue) = 31+75+5=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 75 (29.69% from 255 or 67.57% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4B05 is #E0B4FA. Grayscale: #363636. Windows color (decimal): -14726395 or 346911. OLE color: 346911.
HSL color Cylindrical-coordinate representation of color #1F4B05: hue angle of 97.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F4B05 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 75 | 5 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.71 |
| HSL | 97.71º | 0.88% | 0.16% | - |
| HSV(B) | 97.71º | 0.93% | 0.29% | - |
| XYZ | 3.11 | 5.33 | 1.01 | - |
| YUV | 53.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 5 | 0.59 | 0 | 0.93 | 0.71 | 97.71 | 0.88 | 0.16 |
| Hex | 1F | 4B | 5 | 3B | 0 | 5D | 47 | 62 | 58 | 10 |
| Octal | 37 | 113 | 5 | 73 | 0 | 135 | 107 | 142 | 130 | 20 |
| Binary | 11111 | 1001011 | 101 | 111011 | 0 | 1011101 | 1000111 | 1100010 | 1011000 | 10000 |
Color Harmonies of #1F4B05
Complementary color
Monochromatic Colors of #1F4B05
Black with #1F4B05
Text Example
Text Example
White with #1F4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B05; }
p { color: rgb(31,75,5); }
H1.HeaderClassName
{
color: #1F4B05;
}
.AnyTagClassName
{
color: #1F4B05;
}
</style>
background-color css
<style>
a { background-color: #1F4B05; }
a { background-color: rgb(31,75,5); }
div.DivClassName
{
background-color: #1F4B05;
}
.BgClassName
{
background-color: #1F4B05;
}
</style>
border-color css
<style>
span { border-color: #1F4B05; }
span { border-color: rgb(31,75,5); }
td.TdClassName
{
border-color: #1F4B05;
}
.TagClassName
{
border-color: #1F4B05;
}
</style>