Shades of Myrtle #1C481F
Tints of Myrtle #1C481F
RGB
CMYK
RGB Variations
Color information
#1C481F (or 0x1C481F) is known color: Myrtle. HEX triplet: 1C, 48 and 1F. RGB value is (28,72,31). Sum of RGB (Red+Green+Blue) = 28+72+31=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #1C481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C481F is #E3B7E0. Grayscale: #363636. Windows color (decimal): -14923745 or 2050076. OLE color: 2050076.
HSL color Cylindrical-coordinate representation of color #1C481F: hue angle of 124.09º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C481F is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 31 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.72 |
| HSL | 124.09º | 0.44% | 0.2% | - |
| HSV(B) | 124.09º | 0.61% | 0.28% | - |
| XYZ | 3.04 | 4.98 | 2.1 | - |
| YUV | 54.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 31 | 0.61 | 0 | 0.57 | 0.72 | 124.09 | 0.44 | 0.2 |
| Hex | 1C | 48 | 1F | 3D | 0 | 39 | 48 | 7C | 2C | 14 |
| Octal | 34 | 110 | 37 | 75 | 0 | 71 | 110 | 174 | 54 | 24 |
| Binary | 11100 | 1001000 | 11111 | 111101 | 0 | 111001 | 1001000 | 1111100 | 101100 | 10100 |
Color Harmonies of #1C481F
Complementary color
Monochromatic Colors of #1C481F
Black with #1C481F
Text Example
Text Example
White with #1C481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C481F; }
p { color: rgb(28,72,31); }
H1.HeaderClassName
{
color: #1C481F;
}
.AnyTagClassName
{
color: #1C481F;
}
</style>
background-color css
<style>
a { background-color: #1C481F; }
a { background-color: rgb(28,72,31); }
div.DivClassName
{
background-color: #1C481F;
}
.BgClassName
{
background-color: #1C481F;
}
</style>
border-color css
<style>
span { border-color: #1C481F; }
span { border-color: rgb(28,72,31); }
td.TdClassName
{
border-color: #1C481F;
}
.TagClassName
{
border-color: #1C481F;
}
</style>