Shades of Myrtle #12531A
Tints of Myrtle #12531A
RGB
CMYK
RGB Variations
Color information
#12531A (or 0x12531A) is known color: Myrtle. HEX triplet: 12, 53 and 1A. RGB value is (18,83,26). Sum of RGB (Red+Green+Blue) = 18+83+26=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #12531A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12531A is #EDACE5. Grayscale: #393939. Windows color (decimal): -15576294 or 1725202. OLE color: 1725202.
HSL color Cylindrical-coordinate representation of color #12531A: hue angle of 127.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12531A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 26 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.67 |
| HSL | 127.38º | 0.64% | 0.2% | - |
| HSV(B) | 127.38º | 0.78% | 0.33% | - |
| XYZ | 3.53 | 6.39 | 2.02 | - |
| YUV | 57.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 26 | 0.78 | 0 | 0.69 | 0.67 | 127.38 | 0.64 | 0.2 |
| Hex | 12 | 53 | 1A | 4E | 0 | 45 | 43 | 7F | 40 | 14 |
| Octal | 22 | 123 | 32 | 116 | 0 | 105 | 103 | 177 | 100 | 24 |
| Binary | 10010 | 1010011 | 11010 | 1001110 | 0 | 1000101 | 1000011 | 1111111 | 1000000 | 10100 |
Color Harmonies of #12531A
Complementary color
Monochromatic Colors of #12531A
Black with #12531A
Text Example
Text Example
White with #12531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12531A; }
p { color: rgb(18,83,26); }
H1.HeaderClassName
{
color: #12531A;
}
.AnyTagClassName
{
color: #12531A;
}
</style>
background-color css
<style>
a { background-color: #12531A; }
a { background-color: rgb(18,83,26); }
div.DivClassName
{
background-color: #12531A;
}
.BgClassName
{
background-color: #12531A;
}
</style>
border-color css
<style>
span { border-color: #12531A; }
span { border-color: rgb(18,83,26); }
td.TdClassName
{
border-color: #12531A;
}
.TagClassName
{
border-color: #12531A;
}
</style>