Shades of Myrtle #1C3813
Tints of Myrtle #1C3813
RGB
CMYK
RGB Variations
Color information
#1C3813 (or 0x1C3813) is known color: Myrtle. HEX triplet: 1C, 38 and 13. RGB value is (28,56,19). Sum of RGB (Red+Green+Blue) = 28+56+19=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3813 is #E3C7EC. Grayscale: #2B2B2B. Windows color (decimal): -14927853 or 1259548. OLE color: 1259548.
HSL color Cylindrical-coordinate representation of color #1C3813: hue angle of 105.41º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C3813 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 19 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.78 |
| HSL | 105.41º | 0.49% | 0.15% | - |
| HSV(B) | 105.41º | 0.66% | 0.22% | - |
| XYZ | 2.01 | 3.12 | 1.11 | - |
| YUV | 43.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 19 | 0.50 | 0 | 0.66 | 0.78 | 105.41 | 0.49 | 0.15 |
| Hex | 1C | 38 | 13 | 32 | 0 | 42 | 4E | 69 | 31 | F |
| Octal | 34 | 70 | 23 | 62 | 0 | 102 | 116 | 151 | 61 | 17 |
| Binary | 11100 | 111000 | 10011 | 110010 | 0 | 1000010 | 1001110 | 1101001 | 110001 | 1111 |
Color Harmonies of #1C3813
Complementary color
Monochromatic Colors of #1C3813
Black with #1C3813
Text Example
Text Example
White with #1C3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3813; }
p { color: rgb(28,56,19); }
H1.HeaderClassName
{
color: #1C3813;
}
.AnyTagClassName
{
color: #1C3813;
}
</style>
background-color css
<style>
a { background-color: #1C3813; }
a { background-color: rgb(28,56,19); }
div.DivClassName
{
background-color: #1C3813;
}
.BgClassName
{
background-color: #1C3813;
}
</style>
border-color css
<style>
span { border-color: #1C3813; }
span { border-color: rgb(28,56,19); }
td.TdClassName
{
border-color: #1C3813;
}
.TagClassName
{
border-color: #1C3813;
}
</style>