Shades of Dark Green #092313
Tints of Dark Green #092313
RGB
CMYK
RGB Variations
Color information
#092313 (or 0x092313) is known color: Dark Green. HEX triplet: 09, 23 and 13. RGB value is (9,35,19). Sum of RGB (Red+Green+Blue) = 9+35+19=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #092313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092313 is #F6DCEC. Grayscale: #191919. Windows color (decimal): -16178413 or 1254153. OLE color: 1254153.
HSL color Cylindrical-coordinate representation of color #092313: hue angle of 143.08º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #092313 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 35 | 19 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.86 |
| HSL | 143.08º | 0.59% | 0.09% | - |
| HSV(B) | 143.08º | 0.74% | 0.14% | - |
| XYZ | 0.83 | 1.31 | 0.82 | - |
| YUV | 25.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 19 | 0.74 | 0 | 0.46 | 0.86 | 143.08 | 0.59 | 0.09 |
| Hex | 9 | 23 | 13 | 4A | 0 | 2E | 56 | 8F | 3B | 9 |
| Octal | 11 | 43 | 23 | 112 | 0 | 56 | 126 | 217 | 73 | 11 |
| Binary | 1001 | 100011 | 10011 | 1001010 | 0 | 101110 | 1010110 | 10001111 | 111011 | 1001 |
Color Harmonies of #092313
Complementary color
Monochromatic Colors of #092313
Black with #092313
Text Example
Text Example
White with #092313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092313; }
p { color: rgb(9,35,19); }
H1.HeaderClassName
{
color: #092313;
}
.AnyTagClassName
{
color: #092313;
}
</style>
background-color css
<style>
a { background-color: #092313; }
a { background-color: rgb(9,35,19); }
div.DivClassName
{
background-color: #092313;
}
.BgClassName
{
background-color: #092313;
}
</style>
border-color css
<style>
span { border-color: #092313; }
span { border-color: rgb(9,35,19); }
td.TdClassName
{
border-color: #092313;
}
.TagClassName
{
border-color: #092313;
}
</style>