Shades of Myrtle #1F440A
Tints of Myrtle #1F440A
RGB
CMYK
RGB Variations
Color information
#1F440A (or 0x1F440A) is known color: Myrtle. HEX triplet: 1F, 44 and 0A. RGB value is (31,68,10). Sum of RGB (Red+Green+Blue) = 31+68+10=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #1F440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F440A is #E0BBF5. Grayscale: #323232. Windows color (decimal): -14728182 or 672799. OLE color: 672799.
HSL color Cylindrical-coordinate representation of color #1F440A: hue angle of 98.28º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F440A is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 10 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.73 |
| HSL | 98.28º | 0.74% | 0.15% | - |
| HSV(B) | 98.28º | 0.85% | 0.27% | - |
| XYZ | 2.69 | 4.45 | 1 | - |
| YUV | 50.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 10 | 0.54 | 0 | 0.85 | 0.73 | 98.28 | 0.74 | 0.15 |
| Hex | 1F | 44 | A | 36 | 0 | 55 | 49 | 62 | 4A | F |
| Octal | 37 | 104 | 12 | 66 | 0 | 125 | 111 | 142 | 112 | 17 |
| Binary | 11111 | 1000100 | 1010 | 110110 | 0 | 1010101 | 1001001 | 1100010 | 1001010 | 1111 |
Color Harmonies of #1F440A
Complementary color
Monochromatic Colors of #1F440A
Black with #1F440A
Text Example
Text Example
White with #1F440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F440A; }
p { color: rgb(31,68,10); }
H1.HeaderClassName
{
color: #1F440A;
}
.AnyTagClassName
{
color: #1F440A;
}
</style>
background-color css
<style>
a { background-color: #1F440A; }
a { background-color: rgb(31,68,10); }
div.DivClassName
{
background-color: #1F440A;
}
.BgClassName
{
background-color: #1F440A;
}
</style>
border-color css
<style>
span { border-color: #1F440A; }
span { border-color: rgb(31,68,10); }
td.TdClassName
{
border-color: #1F440A;
}
.TagClassName
{
border-color: #1F440A;
}
</style>