Shades of Myrtle #1C4C1A
Tints of Myrtle #1C4C1A
RGB
CMYK
RGB Variations
Color information
#1C4C1A (or 0x1C4C1A) is known color: Myrtle. HEX triplet: 1C, 4C and 1A. RGB value is (28,76,26). Sum of RGB (Red+Green+Blue) = 28+76+26=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C1A is #E3B3E5. Grayscale: #383838. Windows color (decimal): -14922726 or 1723420. OLE color: 1723420.
HSL color Cylindrical-coordinate representation of color #1C4C1A: hue angle of 117.6º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C4C1A is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 76 | 26 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.70 |
| HSL | 117.6º | 0.49% | 0.2% | - |
| HSV(B) | 117.6º | 0.66% | 0.3% | - |
| XYZ | 3.25 | 5.49 | 1.87 | - |
| YUV | 55.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 26 | 0.63 | 0 | 0.66 | 0.70 | 117.6 | 0.49 | 0.2 |
| Hex | 1C | 4C | 1A | 3F | 0 | 42 | 46 | 76 | 31 | 14 |
| Octal | 34 | 114 | 32 | 77 | 0 | 102 | 106 | 166 | 61 | 24 |
| Binary | 11100 | 1001100 | 11010 | 111111 | 0 | 1000010 | 1000110 | 1110110 | 110001 | 10100 |
Color Harmonies of #1C4C1A
Complementary color
Monochromatic Colors of #1C4C1A
Black with #1C4C1A
Text Example
Text Example
White with #1C4C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C1A; }
p { color: rgb(28,76,26); }
H1.HeaderClassName
{
color: #1C4C1A;
}
.AnyTagClassName
{
color: #1C4C1A;
}
</style>
background-color css
<style>
a { background-color: #1C4C1A; }
a { background-color: rgb(28,76,26); }
div.DivClassName
{
background-color: #1C4C1A;
}
.BgClassName
{
background-color: #1C4C1A;
}
</style>
border-color css
<style>
span { border-color: #1C4C1A; }
span { border-color: rgb(28,76,26); }
td.TdClassName
{
border-color: #1C4C1A;
}
.TagClassName
{
border-color: #1C4C1A;
}
</style>