Shades of Dark Green #093825
Tints of Dark Green #093825
RGB
CMYK
RGB Variations
Color information
#093825 (or 0x093825) is known color: Dark Green. HEX triplet: 09, 38 and 25. RGB value is (9,56,37). Sum of RGB (Red+Green+Blue) = 9+56+37=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #093825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093825 is #F6C7DA. Grayscale: #272727. Windows color (decimal): -16173019 or 2439177. OLE color: 2439177.
HSL color Cylindrical-coordinate representation of color #093825: hue angle of 155.74º degrees, saturation: 0.72, 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 #093825 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 37 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.78 |
| HSL | 155.74º | 0.72% | 0.13% | - |
| HSV(B) | 155.74º | 0.84% | 0.22% | - |
| XYZ | 1.86 | 3.02 | 2.24 | - |
| YUV | 39.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 37 | 0.84 | 0 | 0.34 | 0.78 | 155.74 | 0.72 | 0.13 |
| Hex | 9 | 38 | 25 | 54 | 0 | 22 | 4E | 9C | 48 | D |
| Octal | 11 | 70 | 45 | 124 | 0 | 42 | 116 | 234 | 110 | 15 |
| Binary | 1001 | 111000 | 100101 | 1010100 | 0 | 100010 | 1001110 | 10011100 | 1001000 | 1101 |
Color Harmonies of #093825
Complementary color
Monochromatic Colors of #093825
Black with #093825
Text Example
Text Example
White with #093825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093825; }
p { color: rgb(9,56,37); }
H1.HeaderClassName
{
color: #093825;
}
.AnyTagClassName
{
color: #093825;
}
</style>
background-color css
<style>
a { background-color: #093825; }
a { background-color: rgb(9,56,37); }
div.DivClassName
{
background-color: #093825;
}
.BgClassName
{
background-color: #093825;
}
</style>
border-color css
<style>
span { border-color: #093825; }
span { border-color: rgb(9,56,37); }
td.TdClassName
{
border-color: #093825;
}
.TagClassName
{
border-color: #093825;
}
</style>