Shades of Myrtle #1F4521
Tints of Myrtle #1F4521
RGB
CMYK
RGB Variations
Color information
#1F4521 (or 0x1F4521) is known color: Myrtle. HEX triplet: 1F, 45 and 21. RGB value is (31,69,33). Sum of RGB (Red+Green+Blue) = 31+69+33=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #1F4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4521 is #E0BADE. Grayscale: #353535. Windows color (decimal): -14727903 or 2180383. OLE color: 2180383.
HSL color Cylindrical-coordinate representation of color #1F4521: hue angle of 123.16º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F4521 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 69 | 33 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.73 |
| HSL | 123.16º | 0.38% | 0.2% | - |
| HSV(B) | 123.16º | 0.55% | 0.27% | - |
| XYZ | 2.97 | 4.66 | 2.18 | - |
| YUV | 53.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 33 | 0.55 | 0 | 0.52 | 0.73 | 123.16 | 0.38 | 0.2 |
| Hex | 1F | 45 | 21 | 37 | 0 | 34 | 49 | 7B | 26 | 14 |
| Octal | 37 | 105 | 41 | 67 | 0 | 64 | 111 | 173 | 46 | 24 |
| Binary | 11111 | 1000101 | 100001 | 110111 | 0 | 110100 | 1001001 | 1111011 | 100110 | 10100 |
Color Harmonies of #1F4521
Complementary color
Monochromatic Colors of #1F4521
Black with #1F4521
Text Example
Text Example
White with #1F4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4521; }
p { color: rgb(31,69,33); }
H1.HeaderClassName
{
color: #1F4521;
}
.AnyTagClassName
{
color: #1F4521;
}
</style>
background-color css
<style>
a { background-color: #1F4521; }
a { background-color: rgb(31,69,33); }
div.DivClassName
{
background-color: #1F4521;
}
.BgClassName
{
background-color: #1F4521;
}
</style>
border-color css
<style>
span { border-color: #1F4521; }
span { border-color: rgb(31,69,33); }
td.TdClassName
{
border-color: #1F4521;
}
.TagClassName
{
border-color: #1F4521;
}
</style>