Shades of Myrtle #0B430C
Tints of Myrtle #0B430C
RGB
CMYK
RGB Variations
Color information
#0B430C (or 0x0B430C) is known color: Myrtle. HEX triplet: 0B, 43 and 0C. RGB value is (11,67,12). Sum of RGB (Red+Green+Blue) = 11+67+12=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 67 (26.56% from 255 or 74.44% from 90); Blue value is 12 (5.08% from 255 or 13.33% from 90); Max value from RGB is 67 - color contains mainly: green. Hex color #0B430C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B430C is #F4BCF3. Grayscale: #2C2C2C. Windows color (decimal): -16039156 or 803595. OLE color: 803595.
HSL color Cylindrical-coordinate representation of color #0B430C: hue angle of 121.07º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B430C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 67 | 12 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.74 |
| HSL | 121.07º | 0.72% | 0.15% | - |
| HSV(B) | 121.07º | 0.84% | 0.26% | - |
| XYZ | 2.21 | 4.11 | 1.02 | - |
| YUV | 43.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 12 | 0.84 | 0 | 0.82 | 0.74 | 121.07 | 0.72 | 0.15 |
| Hex | B | 43 | C | 54 | 0 | 52 | 4A | 79 | 48 | F |
| Octal | 13 | 103 | 14 | 124 | 0 | 122 | 112 | 171 | 110 | 17 |
| Binary | 1011 | 1000011 | 1100 | 1010100 | 0 | 1010010 | 1001010 | 1111001 | 1001000 | 1111 |
Color Harmonies of #0B430C
Complementary color
Monochromatic Colors of #0B430C
Black with #0B430C
Text Example
Text Example
White with #0B430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B430C; }
p { color: rgb(11,67,12); }
H1.HeaderClassName
{
color: #0B430C;
}
.AnyTagClassName
{
color: #0B430C;
}
</style>
background-color css
<style>
a { background-color: #0B430C; }
a { background-color: rgb(11,67,12); }
div.DivClassName
{
background-color: #0B430C;
}
.BgClassName
{
background-color: #0B430C;
}
</style>
border-color css
<style>
span { border-color: #0B430C; }
span { border-color: rgb(11,67,12); }
td.TdClassName
{
border-color: #0B430C;
}
.TagClassName
{
border-color: #0B430C;
}
</style>