Shades of Myrtle #1C531B
Tints of Myrtle #1C531B
RGB
CMYK
RGB Variations
Color information
#1C531B (or 0x1C531B) is known color: Myrtle. HEX triplet: 1C, 53 and 1B. RGB value is (28,83,27). Sum of RGB (Red+Green+Blue) = 28+83+27=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #1C531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C531B is #E3ACE4. Grayscale: #3C3C3C. Windows color (decimal): -14920933 or 1790748. OLE color: 1790748.
HSL color Cylindrical-coordinate representation of color #1C531B: hue angle of 118.93º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C531B is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 27 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.67 |
| HSL | 118.93º | 0.51% | 0.22% | - |
| HSV(B) | 118.93º | 0.67% | 0.33% | - |
| XYZ | 3.77 | 6.51 | 2.1 | - |
| YUV | 60.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 27 | 0.66 | 0 | 0.67 | 0.67 | 118.93 | 0.51 | 0.22 |
| Hex | 1C | 53 | 1B | 42 | 0 | 43 | 43 | 77 | 33 | 16 |
| Octal | 34 | 123 | 33 | 102 | 0 | 103 | 103 | 167 | 63 | 26 |
| Binary | 11100 | 1010011 | 11011 | 1000010 | 0 | 1000011 | 1000011 | 1110111 | 110011 | 10110 |
Color Harmonies of #1C531B
Complementary color
Monochromatic Colors of #1C531B
Black with #1C531B
Text Example
Text Example
White with #1C531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C531B; }
p { color: rgb(28,83,27); }
H1.HeaderClassName
{
color: #1C531B;
}
.AnyTagClassName
{
color: #1C531B;
}
</style>
background-color css
<style>
a { background-color: #1C531B; }
a { background-color: rgb(28,83,27); }
div.DivClassName
{
background-color: #1C531B;
}
.BgClassName
{
background-color: #1C531B;
}
</style>
border-color css
<style>
span { border-color: #1C531B; }
span { border-color: rgb(28,83,27); }
td.TdClassName
{
border-color: #1C531B;
}
.TagClassName
{
border-color: #1C531B;
}
</style>