Shades of Dark Green #093925
Tints of Dark Green #093925
RGB
CMYK
RGB Variations
Color information
#093925 (or 0x093925) is known color: Dark Green. HEX triplet: 09, 39 and 25. RGB value is (9,57,37). Sum of RGB (Red+Green+Blue) = 9+57+37=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #093925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093925 is #F6C6DA. Grayscale: #282828. Windows color (decimal): -16172763 or 2439433. OLE color: 2439433.
HSL color Cylindrical-coordinate representation of color #093925: hue angle of 155º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093925 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 37 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.78 |
| HSL | 155º | 0.73% | 0.13% | - |
| HSV(B) | 155º | 0.84% | 0.22% | - |
| XYZ | 1.91 | 3.12 | 2.25 | - |
| YUV | 40.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 37 | 0.84 | 0 | 0.35 | 0.78 | 155 | 0.73 | 0.13 |
| Hex | 9 | 39 | 25 | 54 | 0 | 23 | 4E | 9B | 49 | D |
| Octal | 11 | 71 | 45 | 124 | 0 | 43 | 116 | 233 | 111 | 15 |
| Binary | 1001 | 111001 | 100101 | 1010100 | 0 | 100011 | 1001110 | 10011011 | 1001001 | 1101 |
Color Harmonies of #093925
Complementary color
Monochromatic Colors of #093925
Black with #093925
Text Example
Text Example
White with #093925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093925; }
p { color: rgb(9,57,37); }
H1.HeaderClassName
{
color: #093925;
}
.AnyTagClassName
{
color: #093925;
}
</style>
background-color css
<style>
a { background-color: #093925; }
a { background-color: rgb(9,57,37); }
div.DivClassName
{
background-color: #093925;
}
.BgClassName
{
background-color: #093925;
}
</style>
border-color css
<style>
span { border-color: #093925; }
span { border-color: rgb(9,57,37); }
td.TdClassName
{
border-color: #093925;
}
.TagClassName
{
border-color: #093925;
}
</style>