Shades of Myrtle #092008
Tints of Myrtle #092008
RGB
CMYK
RGB Variations
Color information
#092008 (or 0x092008) is known color: Myrtle. HEX triplet: 09, 20 and 08. RGB value is (9,32,8). Sum of RGB (Red+Green+Blue) = 9+32+8=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #092008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092008 is #F6DFF7. Grayscale: #161616. Windows color (decimal): -16179192 or 532489. OLE color: 532489.
HSL color Cylindrical-coordinate representation of color #092008: hue angle of 117.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #092008 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 32 | 8 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.87 |
| HSL | 117.5º | 0.6% | 0.08% | - |
| HSV(B) | 117.5º | 0.75% | 0.13% | - |
| XYZ | 0.67 | 1.11 | 0.41 | - |
| YUV | 22.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 8 | 0.72 | 0 | 0.75 | 0.87 | 117.5 | 0.6 | 0.08 |
| Hex | 9 | 20 | 8 | 48 | 0 | 4B | 57 | 76 | 3C | 8 |
| Octal | 11 | 40 | 10 | 110 | 0 | 113 | 127 | 166 | 74 | 10 |
| Binary | 1001 | 100000 | 1000 | 1001000 | 0 | 1001011 | 1010111 | 1110110 | 111100 | 1000 |
Color Harmonies of #092008
Complementary color
Monochromatic Colors of #092008
Black with #092008
Text Example
Text Example
White with #092008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092008; }
p { color: rgb(9,32,8); }
H1.HeaderClassName
{
color: #092008;
}
.AnyTagClassName
{
color: #092008;
}
</style>
background-color css
<style>
a { background-color: #092008; }
a { background-color: rgb(9,32,8); }
div.DivClassName
{
background-color: #092008;
}
.BgClassName
{
background-color: #092008;
}
</style>
border-color css
<style>
span { border-color: #092008; }
span { border-color: rgb(9,32,8); }
td.TdClassName
{
border-color: #092008;
}
.TagClassName
{
border-color: #092008;
}
</style>