Shades of Myrtle #05330A
Tints of Myrtle #05330A
RGB
CMYK
RGB Variations
Color information
#05330A (or 0x05330A) is known color: Myrtle. HEX triplet: 05, 33 and 0A. RGB value is (5,51,10). Sum of RGB (Red+Green+Blue) = 5+51+10=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 51 (20.31% from 255 or 77.27% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 51 - color contains mainly: green. Hex color #05330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05330A is #FACCF5. Grayscale: #202020. Windows color (decimal): -16436470 or 668421. OLE color: 668421.
HSL color Cylindrical-coordinate representation of color #05330A: hue angle of 126.52º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05330A is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 10 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.8 |
| HSL | 126.52º | 0.82% | 0.11% | - |
| HSV(B) | 126.52º | 0.9% | 0.2% | - |
| XYZ | 1.3 | 2.42 | 0.69 | - |
| YUV | 32.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 10 | 0.90 | 0 | 0.80 | 0.8 | 126.52 | 0.82 | 0.11 |
| Hex | 5 | 33 | A | 5A | 0 | 50 | 50 | 7F | 52 | B |
| Octal | 5 | 63 | 12 | 132 | 0 | 120 | 120 | 177 | 122 | 13 |
| Binary | 101 | 110011 | 1010 | 1011010 | 0 | 1010000 | 1010000 | 1111111 | 1010010 | 1011 |
Color Harmonies of #05330A
Complementary color
Monochromatic Colors of #05330A
Black with #05330A
Text Example
Text Example
White with #05330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05330A; }
p { color: rgb(5,51,10); }
H1.HeaderClassName
{
color: #05330A;
}
.AnyTagClassName
{
color: #05330A;
}
</style>
background-color css
<style>
a { background-color: #05330A; }
a { background-color: rgb(5,51,10); }
div.DivClassName
{
background-color: #05330A;
}
.BgClassName
{
background-color: #05330A;
}
</style>
border-color css
<style>
span { border-color: #05330A; }
span { border-color: rgb(5,51,10); }
td.TdClassName
{
border-color: #05330A;
}
.TagClassName
{
border-color: #05330A;
}
</style>