Shades of Myrtle #0A3802
Tints of Myrtle #0A3802
RGB
CMYK
RGB Variations
Color information
#0A3802 (or 0x0A3802) is known color: Myrtle. HEX triplet: 0A, 38 and 02. RGB value is (10,56,2). Sum of RGB (Red+Green+Blue) = 10+56+2=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 56 (22.27% from 255 or 82.35% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 56 - color contains mainly: green. Hex color #0A3802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3802 is #F5C7FD. Grayscale: #242424. Windows color (decimal): -16107518 or 145418. OLE color: 145418.
HSL color Cylindrical-coordinate representation of color #0A3802: hue angle of 111.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3802 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 56 | 2 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.78 |
| HSL | 111.11º | 0.93% | 0.11% | - |
| HSV(B) | 111.11º | 0.96% | 0.22% | - |
| XYZ | 1.55 | 2.9 | 0.53 | - |
| YUV | 36.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 56 | 2 | 0.82 | 0 | 0.96 | 0.78 | 111.11 | 0.93 | 0.11 |
| Hex | A | 38 | 2 | 52 | 0 | 60 | 4E | 6F | 5D | B |
| Octal | 12 | 70 | 2 | 122 | 0 | 140 | 116 | 157 | 135 | 13 |
| Binary | 1010 | 111000 | 10 | 1010010 | 0 | 1100000 | 1001110 | 1101111 | 1011101 | 1011 |
Color Harmonies of #0A3802
Complementary color
Monochromatic Colors of #0A3802
Black with #0A3802
Text Example
Text Example
White with #0A3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3802; }
p { color: rgb(10,56,2); }
H1.HeaderClassName
{
color: #0A3802;
}
.AnyTagClassName
{
color: #0A3802;
}
</style>
background-color css
<style>
a { background-color: #0A3802; }
a { background-color: rgb(10,56,2); }
div.DivClassName
{
background-color: #0A3802;
}
.BgClassName
{
background-color: #0A3802;
}
</style>
border-color css
<style>
span { border-color: #0A3802; }
span { border-color: rgb(10,56,2); }
td.TdClassName
{
border-color: #0A3802;
}
.TagClassName
{
border-color: #0A3802;
}
</style>