Shades of Myrtle #1C511F
Tints of Myrtle #1C511F
RGB
CMYK
RGB Variations
Color information
#1C511F (or 0x1C511F) is known color: Myrtle. HEX triplet: 1C, 51 and 1F. RGB value is (28,81,31). Sum of RGB (Red+Green+Blue) = 28+81+31=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #1C511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C511F is #E3AEE0. Grayscale: #3B3B3B. Windows color (decimal): -14921441 or 2052380. OLE color: 2052380.
HSL color Cylindrical-coordinate representation of color #1C511F: hue angle of 123.4º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C511F is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 31 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.68 |
| HSL | 123.4º | 0.49% | 0.21% | - |
| HSV(B) | 123.4º | 0.65% | 0.32% | - |
| XYZ | 3.67 | 6.23 | 2.31 | - |
| YUV | 59.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 31 | 0.65 | 0 | 0.62 | 0.68 | 123.4 | 0.49 | 0.21 |
| Hex | 1C | 51 | 1F | 41 | 0 | 3E | 44 | 7B | 31 | 15 |
| Octal | 34 | 121 | 37 | 101 | 0 | 76 | 104 | 173 | 61 | 25 |
| Binary | 11100 | 1010001 | 11111 | 1000001 | 0 | 111110 | 1000100 | 1111011 | 110001 | 10101 |
Color Harmonies of #1C511F
Complementary color
Monochromatic Colors of #1C511F
Black with #1C511F
Text Example
Text Example
White with #1C511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C511F; }
p { color: rgb(28,81,31); }
H1.HeaderClassName
{
color: #1C511F;
}
.AnyTagClassName
{
color: #1C511F;
}
</style>
background-color css
<style>
a { background-color: #1C511F; }
a { background-color: rgb(28,81,31); }
div.DivClassName
{
background-color: #1C511F;
}
.BgClassName
{
background-color: #1C511F;
}
</style>
border-color css
<style>
span { border-color: #1C511F; }
span { border-color: rgb(28,81,31); }
td.TdClassName
{
border-color: #1C511F;
}
.TagClassName
{
border-color: #1C511F;
}
</style>