Shades of Myrtle #0A430B
Tints of Myrtle #0A430B
RGB
CMYK
RGB Variations
Color information
#0A430B (or 0x0A430B) is known color: Myrtle. HEX triplet: 0A, 43 and 0B. RGB value is (10,67,11). Sum of RGB (Red+Green+Blue) = 10+67+11=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 67 (26.56% from 255 or 76.14% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 67 - color contains mainly: green. Hex color #0A430B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A430B is #F5BCF4. Grayscale: #2B2B2B. Windows color (decimal): -16104693 or 738058. OLE color: 738058.
HSL color Cylindrical-coordinate representation of color #0A430B: hue angle of 121.05º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A430B is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 11 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.74 |
| HSL | 121.05º | 0.74% | 0.15% | - |
| HSV(B) | 121.05º | 0.85% | 0.26% | - |
| XYZ | 2.19 | 4.1 | 0.99 | - |
| YUV | 43.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 11 | 0.85 | 0 | 0.84 | 0.74 | 121.05 | 0.74 | 0.15 |
| Hex | A | 43 | B | 55 | 0 | 54 | 4A | 79 | 4A | F |
| Octal | 12 | 103 | 13 | 125 | 0 | 124 | 112 | 171 | 112 | 17 |
| Binary | 1010 | 1000011 | 1011 | 1010101 | 0 | 1010100 | 1001010 | 1111001 | 1001010 | 1111 |
Color Harmonies of #0A430B
Complementary color
Monochromatic Colors of #0A430B
Black with #0A430B
Text Example
Text Example
White with #0A430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A430B; }
p { color: rgb(10,67,11); }
H1.HeaderClassName
{
color: #0A430B;
}
.AnyTagClassName
{
color: #0A430B;
}
</style>
background-color css
<style>
a { background-color: #0A430B; }
a { background-color: rgb(10,67,11); }
div.DivClassName
{
background-color: #0A430B;
}
.BgClassName
{
background-color: #0A430B;
}
</style>
border-color css
<style>
span { border-color: #0A430B; }
span { border-color: rgb(10,67,11); }
td.TdClassName
{
border-color: #0A430B;
}
.TagClassName
{
border-color: #0A430B;
}
</style>