Shades of Myrtle #0F530B
Tints of Myrtle #0F530B
RGB
CMYK
RGB Variations
Color information
#0F530B (or 0x0F530B) is known color: Myrtle. HEX triplet: 0F, 53 and 0B. RGB value is (15,83,11). Sum of RGB (Red+Green+Blue) = 15+83+11=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #0F530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F530B is #F0ACF4. Grayscale: #363636. Windows color (decimal): -15772917 or 742159. OLE color: 742159.
HSL color Cylindrical-coordinate representation of color #0F530B: hue angle of 116.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F530B is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 11 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.67 |
| HSL | 116.67º | 0.77% | 0.18% | - |
| HSV(B) | 116.67º | 0.87% | 0.33% | - |
| XYZ | 3.35 | 6.31 | 1.36 | - |
| YUV | 54.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 11 | 0.82 | 0 | 0.87 | 0.67 | 116.67 | 0.77 | 0.18 |
| Hex | F | 53 | B | 52 | 0 | 57 | 43 | 75 | 4D | 12 |
| Octal | 17 | 123 | 13 | 122 | 0 | 127 | 103 | 165 | 115 | 22 |
| Binary | 1111 | 1010011 | 1011 | 1010010 | 0 | 1010111 | 1000011 | 1110101 | 1001101 | 10010 |
Color Harmonies of #0F530B
Complementary color
Monochromatic Colors of #0F530B
Black with #0F530B
Text Example
Text Example
White with #0F530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F530B; }
p { color: rgb(15,83,11); }
H1.HeaderClassName
{
color: #0F530B;
}
.AnyTagClassName
{
color: #0F530B;
}
</style>
background-color css
<style>
a { background-color: #0F530B; }
a { background-color: rgb(15,83,11); }
div.DivClassName
{
background-color: #0F530B;
}
.BgClassName
{
background-color: #0F530B;
}
</style>
border-color css
<style>
span { border-color: #0F530B; }
span { border-color: rgb(15,83,11); }
td.TdClassName
{
border-color: #0F530B;
}
.TagClassName
{
border-color: #0F530B;
}
</style>