Shades of Myrtle #1C3619
Tints of Myrtle #1C3619
RGB
CMYK
RGB Variations
Color information
#1C3619 (or 0x1C3619) is known color: Myrtle. HEX triplet: 1C, 36 and 19. RGB value is (28,54,25). Sum of RGB (Red+Green+Blue) = 28+54+25=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3619 is #E3C9E6. Grayscale: #2B2B2B. Windows color (decimal): -14928359 or 1652252. OLE color: 1652252.
HSL color Cylindrical-coordinate representation of color #1C3619: hue angle of 113.79º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C3619 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 54 | 25 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.79 |
| HSL | 113.79º | 0.37% | 0.15% | - |
| HSV(B) | 113.79º | 0.54% | 0.21% | - |
| XYZ | 1.97 | 2.96 | 1.39 | - |
| YUV | 42.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 25 | 0.48 | 0 | 0.54 | 0.79 | 113.79 | 0.37 | 0.15 |
| Hex | 1C | 36 | 19 | 30 | 0 | 36 | 4F | 72 | 25 | F |
| Octal | 34 | 66 | 31 | 60 | 0 | 66 | 117 | 162 | 45 | 17 |
| Binary | 11100 | 110110 | 11001 | 110000 | 0 | 110110 | 1001111 | 1110010 | 100101 | 1111 |
Color Harmonies of #1C3619
Complementary color
Monochromatic Colors of #1C3619
Black with #1C3619
Text Example
Text Example
White with #1C3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3619; }
p { color: rgb(28,54,25); }
H1.HeaderClassName
{
color: #1C3619;
}
.AnyTagClassName
{
color: #1C3619;
}
</style>
background-color css
<style>
a { background-color: #1C3619; }
a { background-color: rgb(28,54,25); }
div.DivClassName
{
background-color: #1C3619;
}
.BgClassName
{
background-color: #1C3619;
}
</style>
border-color css
<style>
span { border-color: #1C3619; }
span { border-color: rgb(28,54,25); }
td.TdClassName
{
border-color: #1C3619;
}
.TagClassName
{
border-color: #1C3619;
}
</style>