Shades of Myrtle #1C471B
Tints of Myrtle #1C471B
RGB
CMYK
RGB Variations
Color information
#1C471B (or 0x1C471B) is known color: Myrtle. HEX triplet: 1C, 47 and 1B. RGB value is (28,71,27). Sum of RGB (Red+Green+Blue) = 28+71+27=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #1C471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C471B is #E3B8E4. Grayscale: #353535. Windows color (decimal): -14924005 or 1787676. OLE color: 1787676.
HSL color Cylindrical-coordinate representation of color #1C471B: hue angle of 118.64º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C471B is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 71 | 27 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.72 |
| HSL | 118.64º | 0.45% | 0.19% | - |
| HSV(B) | 118.64º | 0.62% | 0.28% | - |
| XYZ | 2.93 | 4.83 | 1.82 | - |
| YUV | 53.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 27 | 0.61 | 0 | 0.62 | 0.72 | 118.64 | 0.45 | 0.19 |
| Hex | 1C | 47 | 1B | 3D | 0 | 3E | 48 | 77 | 2D | 13 |
| Octal | 34 | 107 | 33 | 75 | 0 | 76 | 110 | 167 | 55 | 23 |
| Binary | 11100 | 1000111 | 11011 | 111101 | 0 | 111110 | 1001000 | 1110111 | 101101 | 10011 |
Color Harmonies of #1C471B
Complementary color
Monochromatic Colors of #1C471B
Black with #1C471B
Text Example
Text Example
White with #1C471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C471B; }
p { color: rgb(28,71,27); }
H1.HeaderClassName
{
color: #1C471B;
}
.AnyTagClassName
{
color: #1C471B;
}
</style>
background-color css
<style>
a { background-color: #1C471B; }
a { background-color: rgb(28,71,27); }
div.DivClassName
{
background-color: #1C471B;
}
.BgClassName
{
background-color: #1C471B;
}
</style>
border-color css
<style>
span { border-color: #1C471B; }
span { border-color: rgb(28,71,27); }
td.TdClassName
{
border-color: #1C471B;
}
.TagClassName
{
border-color: #1C471B;
}
</style>