Shades of Myrtle #05360A
Tints of Myrtle #05360A
RGB
CMYK
RGB Variations
Color information
#05360A (or 0x05360A) is known color: Myrtle. HEX triplet: 05, 36 and 0A. RGB value is (5,54,10). Sum of RGB (Red+Green+Blue) = 5+54+10=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 54 (21.48% from 255 or 78.26% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 54 - color contains mainly: green. Hex color #05360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05360A is #FAC9F5. Grayscale: #222222. Windows color (decimal): -16435702 or 669189. OLE color: 669189.
HSL color Cylindrical-coordinate representation of color #05360A: hue angle of 126.12º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05360A is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 10 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.79 |
| HSL | 126.12º | 0.83% | 0.12% | - |
| HSV(B) | 126.12º | 0.91% | 0.21% | - |
| XYZ | 1.44 | 2.69 | 0.73 | - |
| YUV | 34.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 10 | 0.91 | 0 | 0.81 | 0.79 | 126.12 | 0.83 | 0.12 |
| Hex | 5 | 36 | A | 5B | 0 | 51 | 4F | 7E | 53 | C |
| Octal | 5 | 66 | 12 | 133 | 0 | 121 | 117 | 176 | 123 | 14 |
| Binary | 101 | 110110 | 1010 | 1011011 | 0 | 1010001 | 1001111 | 1111110 | 1010011 | 1100 |
Color Harmonies of #05360A
Complementary color
Monochromatic Colors of #05360A
Black with #05360A
Text Example
Text Example
White with #05360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05360A; }
p { color: rgb(5,54,10); }
H1.HeaderClassName
{
color: #05360A;
}
.AnyTagClassName
{
color: #05360A;
}
</style>
background-color css
<style>
a { background-color: #05360A; }
a { background-color: rgb(5,54,10); }
div.DivClassName
{
background-color: #05360A;
}
.BgClassName
{
background-color: #05360A;
}
</style>
border-color css
<style>
span { border-color: #05360A; }
span { border-color: rgb(5,54,10); }
td.TdClassName
{
border-color: #05360A;
}
.TagClassName
{
border-color: #05360A;
}
</style>