Shades of Myrtle #1F520F
Tints of Myrtle #1F520F
RGB
CMYK
RGB Variations
Color information
#1F520F (or 0x1F520F) is known color: Myrtle. HEX triplet: 1F, 52 and 0F. RGB value is (31,82,15). Sum of RGB (Red+Green+Blue) = 31+82+15=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #1F520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F520F is #E0ADF0. Grayscale: #3B3B3B. Windows color (decimal): -14724593 or 1004063. OLE color: 1004063.
HSL color Cylindrical-coordinate representation of color #1F520F: hue angle of 105.67º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F520F is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 15 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.68 |
| HSL | 105.67º | 0.69% | 0.19% | - |
| HSV(B) | 105.67º | 0.82% | 0.32% | - |
| XYZ | 3.67 | 6.36 | 1.49 | - |
| YUV | 59.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 15 | 0.62 | 0 | 0.82 | 0.68 | 105.67 | 0.69 | 0.19 |
| Hex | 1F | 52 | F | 3E | 0 | 52 | 44 | 6A | 45 | 13 |
| Octal | 37 | 122 | 17 | 76 | 0 | 122 | 104 | 152 | 105 | 23 |
| Binary | 11111 | 1010010 | 1111 | 111110 | 0 | 1010010 | 1000100 | 1101010 | 1000101 | 10011 |
Color Harmonies of #1F520F
Complementary color
Monochromatic Colors of #1F520F
Black with #1F520F
Text Example
Text Example
White with #1F520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F520F; }
p { color: rgb(31,82,15); }
H1.HeaderClassName
{
color: #1F520F;
}
.AnyTagClassName
{
color: #1F520F;
}
</style>
background-color css
<style>
a { background-color: #1F520F; }
a { background-color: rgb(31,82,15); }
div.DivClassName
{
background-color: #1F520F;
}
.BgClassName
{
background-color: #1F520F;
}
</style>
border-color css
<style>
span { border-color: #1F520F; }
span { border-color: rgb(31,82,15); }
td.TdClassName
{
border-color: #1F520F;
}
.TagClassName
{
border-color: #1F520F;
}
</style>