Shades of Dark Green #090E0B
Tints of Dark Green #090E0B
RGB
CMYK
RGB Variations
Color information
#090E0B (or 0x090E0B) is known color: Dark Green. HEX triplet: 09, 0E and 0B. RGB value is (9,14,11). Sum of RGB (Red+Green+Blue) = 9+14+11=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 11 (4.69% from 255 or 32.35% from 34); Max value from RGB is 14 - color contains mainly: green. Hex color #090E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E0B is #F6F1F4. Grayscale: #0C0C0C. Windows color (decimal): -16183797 or 724489. OLE color: 724489.
HSL color Cylindrical-coordinate representation of color #090E0B: hue angle of 144º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #090E0B is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 14 | 11 | - |
CMYK | 0.36 | 0 | 0.21 | 0.95 |
HSL | 144º | 0.22% | 0.05% | - |
HSV(B) | 144º | 0.36% | 0.05% | - |
XYZ | 0.33 | 0.4 | 0.38 | - |
YUV | 12.16 | 127.34 | 125.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 14 | 11 | 0.36 | 0 | 0.21 | 0.95 | 144 | 0.22 | 0.05 |
Hex | 9 | E | B | 24 | 0 | 15 | 5F | 90 | 16 | 5 |
Octal | 11 | 16 | 13 | 44 | 0 | 25 | 137 | 220 | 26 | 5 |
Binary | 1001 | 1110 | 1011 | 100100 | 0 | 10101 | 1011111 | 10010000 | 10110 | 101 |
Color Harmonies of #090E0B
Complementary color
Monochromatic Colors of #090E0B
Black with #090E0B
Text Example
Text Example
White with #090E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E0B; }
p { color: rgb(9,14,11); }
H1.HeaderClassName
{
color: #090E0B;
}
.AnyTagClassName
{
color: #090E0B;
}
</style>
background-color css
<style>
a { background-color: #090E0B; }
a { background-color: rgb(9,14,11); }
div.DivClassName
{
background-color: #090E0B;
}
.BgClassName
{
background-color: #090E0B;
}
</style>
border-color css
<style>
span { border-color: #090E0B; }
span { border-color: rgb(9,14,11); }
td.TdClassName
{
border-color: #090E0B;
}
.TagClassName
{
border-color: #090E0B;
}
</style>