Shades of Dark Green #093124
Tints of Dark Green #093124
RGB
CMYK
RGB Variations
Color information
#093124 (or 0x093124) is known color: Dark Green. HEX triplet: 09, 31 and 24. RGB value is (9,49,36). Sum of RGB (Red+Green+Blue) = 9+49+36=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #093124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093124 is #F6CEDB. Grayscale: #232323. Windows color (decimal): -16174812 or 2371849. OLE color: 2371849.
HSL color Cylindrical-coordinate representation of color #093124: hue angle of 160.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093124 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 36 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.81 |
| HSL | 160.5º | 0.69% | 0.11% | - |
| HSV(B) | 160.5º | 0.82% | 0.19% | - |
| XYZ | 1.53 | 2.38 | 2.05 | - |
| YUV | 35.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 36 | 0.82 | 0 | 0.27 | 0.81 | 160.5 | 0.69 | 0.11 |
| Hex | 9 | 31 | 24 | 52 | 0 | 1B | 51 | A0 | 45 | B |
| Octal | 11 | 61 | 44 | 122 | 0 | 33 | 121 | 240 | 105 | 13 |
| Binary | 1001 | 110001 | 100100 | 1010010 | 0 | 11011 | 1010001 | 10100000 | 1000101 | 1011 |
Color Harmonies of #093124
Complementary color
Monochromatic Colors of #093124
Black with #093124
Text Example
Text Example
White with #093124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093124; }
p { color: rgb(9,49,36); }
H1.HeaderClassName
{
color: #093124;
}
.AnyTagClassName
{
color: #093124;
}
</style>
background-color css
<style>
a { background-color: #093124; }
a { background-color: rgb(9,49,36); }
div.DivClassName
{
background-color: #093124;
}
.BgClassName
{
background-color: #093124;
}
</style>
border-color css
<style>
span { border-color: #093124; }
span { border-color: rgb(9,49,36); }
td.TdClassName
{
border-color: #093124;
}
.TagClassName
{
border-color: #093124;
}
</style>