Shades of Myrtle #092405
Tints of Myrtle #092405
RGB
CMYK
RGB Variations
Color information
#092405 (or 0x092405) is known color: Myrtle. HEX triplet: 09, 24 and 05. RGB value is (9,36,5). Sum of RGB (Red+Green+Blue) = 9+36+5=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 36 (14.45% from 255 or 72% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 36 - color contains mainly: green. Hex color #092405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092405 is #F6DBFA. Grayscale: #181818. Windows color (decimal): -16178171 or 336905. OLE color: 336905.
HSL color Cylindrical-coordinate representation of color #092405: hue angle of 112.26º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092405 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 36 | 5 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.86 |
| HSL | 112.26º | 0.76% | 0.08% | - |
| HSV(B) | 112.26º | 0.86% | 0.14% | - |
| XYZ | 0.77 | 1.33 | 0.36 | - |
| YUV | 24.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 36 | 5 | 0.75 | 0 | 0.86 | 0.86 | 112.26 | 0.76 | 0.08 |
| Hex | 9 | 24 | 5 | 4B | 0 | 56 | 56 | 70 | 4C | 8 |
| Octal | 11 | 44 | 5 | 113 | 0 | 126 | 126 | 160 | 114 | 10 |
| Binary | 1001 | 100100 | 101 | 1001011 | 0 | 1010110 | 1010110 | 1110000 | 1001100 | 1000 |
Color Harmonies of #092405
Complementary color
Monochromatic Colors of #092405
Black with #092405
Text Example
Text Example
White with #092405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092405; }
p { color: rgb(9,36,5); }
H1.HeaderClassName
{
color: #092405;
}
.AnyTagClassName
{
color: #092405;
}
</style>
background-color css
<style>
a { background-color: #092405; }
a { background-color: rgb(9,36,5); }
div.DivClassName
{
background-color: #092405;
}
.BgClassName
{
background-color: #092405;
}
</style>
border-color css
<style>
span { border-color: #092405; }
span { border-color: rgb(9,36,5); }
td.TdClassName
{
border-color: #092405;
}
.TagClassName
{
border-color: #092405;
}
</style>