Shades of Myrtle #1C510B
Tints of Myrtle #1C510B
RGB
CMYK
RGB Variations
Color information
#1C510B (or 0x1C510B) is known color: Myrtle. HEX triplet: 1C, 51 and 0B. RGB value is (28,81,11). Sum of RGB (Red+Green+Blue) = 28+81+11=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #1C510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C510B is #E3AEF4. Grayscale: #393939. Windows color (decimal): -14921461 or 741660. OLE color: 741660.
HSL color Cylindrical-coordinate representation of color #1C510B: hue angle of 105.43º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C510B is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 81 | 11 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.68 |
| HSL | 105.43º | 0.76% | 0.18% | - |
| HSV(B) | 105.43º | 0.86% | 0.32% | - |
| XYZ | 3.48 | 6.16 | 1.32 | - |
| YUV | 57.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 81 | 11 | 0.65 | 0 | 0.86 | 0.68 | 105.43 | 0.76 | 0.18 |
| Hex | 1C | 51 | B | 41 | 0 | 56 | 44 | 69 | 4C | 12 |
| Octal | 34 | 121 | 13 | 101 | 0 | 126 | 104 | 151 | 114 | 22 |
| Binary | 11100 | 1010001 | 1011 | 1000001 | 0 | 1010110 | 1000100 | 1101001 | 1001100 | 10010 |
Color Harmonies of #1C510B
Complementary color
Monochromatic Colors of #1C510B
Black with #1C510B
Text Example
Text Example
White with #1C510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C510B; }
p { color: rgb(28,81,11); }
H1.HeaderClassName
{
color: #1C510B;
}
.AnyTagClassName
{
color: #1C510B;
}
</style>
background-color css
<style>
a { background-color: #1C510B; }
a { background-color: rgb(28,81,11); }
div.DivClassName
{
background-color: #1C510B;
}
.BgClassName
{
background-color: #1C510B;
}
</style>
border-color css
<style>
span { border-color: #1C510B; }
span { border-color: rgb(28,81,11); }
td.TdClassName
{
border-color: #1C510B;
}
.TagClassName
{
border-color: #1C510B;
}
</style>