Shades of Myrtle #09250A
Tints of Myrtle #09250A
RGB
CMYK
RGB Variations
Color information
#09250A (or 0x09250A) is known color: Myrtle. HEX triplet: 09, 25 and 0A. RGB value is (9,37,10). Sum of RGB (Red+Green+Blue) = 9+37+10=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 37 (14.84% from 255 or 66.07% from 56); Blue value is 10 (4.30% from 255 or 17.86% from 56); Max value from RGB is 37 - color contains mainly: green. Hex color #09250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250A is #F6DAF5. Grayscale: #191919. Windows color (decimal): -16177910 or 664841. OLE color: 664841.
HSL color Cylindrical-coordinate representation of color #09250A: hue angle of 122.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09250A is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 10 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.85 |
| HSL | 122.14º | 0.61% | 0.09% | - |
| HSV(B) | 122.14º | 0.76% | 0.15% | - |
| XYZ | 0.83 | 1.4 | 0.51 | - |
| YUV | 25.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 10 | 0.76 | 0 | 0.73 | 0.85 | 122.14 | 0.61 | 0.09 |
| Hex | 9 | 25 | A | 4C | 0 | 49 | 55 | 7A | 3D | 9 |
| Octal | 11 | 45 | 12 | 114 | 0 | 111 | 125 | 172 | 75 | 11 |
| Binary | 1001 | 100101 | 1010 | 1001100 | 0 | 1001001 | 1010101 | 1111010 | 111101 | 1001 |
Color Harmonies of #09250A
Complementary color
Monochromatic Colors of #09250A
Black with #09250A
Text Example
Text Example
White with #09250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09250A; }
p { color: rgb(9,37,10); }
H1.HeaderClassName
{
color: #09250A;
}
.AnyTagClassName
{
color: #09250A;
}
</style>
background-color css
<style>
a { background-color: #09250A; }
a { background-color: rgb(9,37,10); }
div.DivClassName
{
background-color: #09250A;
}
.BgClassName
{
background-color: #09250A;
}
</style>
border-color css
<style>
span { border-color: #09250A; }
span { border-color: rgb(9,37,10); }
td.TdClassName
{
border-color: #09250A;
}
.TagClassName
{
border-color: #09250A;
}
</style>