Shades of Myrtle #12530F
Tints of Myrtle #12530F
RGB
CMYK
RGB Variations
Color information
#12530F (or 0x12530F) is known color: Myrtle. HEX triplet: 12, 53 and 0F. RGB value is (18,83,15). Sum of RGB (Red+Green+Blue) = 18+83+15=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #12530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12530F is #EDACF0. Grayscale: #383838. Windows color (decimal): -15576305 or 1004306. OLE color: 1004306.
HSL color Cylindrical-coordinate representation of color #12530F: hue angle of 117.35º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12530F is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 83 | 15 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.67 |
| HSL | 117.35º | 0.69% | 0.19% | - |
| HSV(B) | 117.35º | 0.82% | 0.33% | - |
| XYZ | 3.43 | 6.35 | 1.5 | - |
| YUV | 55.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 15 | 0.78 | 0 | 0.82 | 0.67 | 117.35 | 0.69 | 0.19 |
| Hex | 12 | 53 | F | 4E | 0 | 52 | 43 | 75 | 45 | 13 |
| Octal | 22 | 123 | 17 | 116 | 0 | 122 | 103 | 165 | 105 | 23 |
| Binary | 10010 | 1010011 | 1111 | 1001110 | 0 | 1010010 | 1000011 | 1110101 | 1000101 | 10011 |
Color Harmonies of #12530F
Complementary color
Monochromatic Colors of #12530F
Black with #12530F
Text Example
Text Example
White with #12530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12530F; }
p { color: rgb(18,83,15); }
H1.HeaderClassName
{
color: #12530F;
}
.AnyTagClassName
{
color: #12530F;
}
</style>
background-color css
<style>
a { background-color: #12530F; }
a { background-color: rgb(18,83,15); }
div.DivClassName
{
background-color: #12530F;
}
.BgClassName
{
background-color: #12530F;
}
</style>
border-color css
<style>
span { border-color: #12530F; }
span { border-color: rgb(18,83,15); }
td.TdClassName
{
border-color: #12530F;
}
.TagClassName
{
border-color: #12530F;
}
</style>