Shades of Dark Green #093528
Tints of Dark Green #093528
RGB
CMYK
RGB Variations
Color information
#093528 (or 0x093528) is known color: Dark Green. HEX triplet: 09, 35 and 28. RGB value is (9,53,40). Sum of RGB (Red+Green+Blue) = 9+53+40=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #093528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093528 is #F6CAD7. Grayscale: #262626. Windows color (decimal): -16173784 or 2635017. OLE color: 2635017.
HSL color Cylindrical-coordinate representation of color #093528: hue angle of 162.27º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093528 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 53 | 40 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.79 |
| HSL | 162.27º | 0.71% | 0.12% | - |
| HSV(B) | 162.27º | 0.83% | 0.21% | - |
| XYZ | 1.77 | 2.76 | 2.45 | - |
| YUV | 38.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 53 | 40 | 0.83 | 0 | 0.25 | 0.79 | 162.27 | 0.71 | 0.12 |
| Hex | 9 | 35 | 28 | 53 | 0 | 19 | 4F | A2 | 47 | C |
| Octal | 11 | 65 | 50 | 123 | 0 | 31 | 117 | 242 | 107 | 14 |
| Binary | 1001 | 110101 | 101000 | 1010011 | 0 | 11001 | 1001111 | 10100010 | 1000111 | 1100 |
Color Harmonies of #093528
Complementary color
Monochromatic Colors of #093528
Black with #093528
Text Example
Text Example
White with #093528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093528; }
p { color: rgb(9,53,40); }
H1.HeaderClassName
{
color: #093528;
}
.AnyTagClassName
{
color: #093528;
}
</style>
background-color css
<style>
a { background-color: #093528; }
a { background-color: rgb(9,53,40); }
div.DivClassName
{
background-color: #093528;
}
.BgClassName
{
background-color: #093528;
}
</style>
border-color css
<style>
span { border-color: #093528; }
span { border-color: rgb(9,53,40); }
td.TdClassName
{
border-color: #093528;
}
.TagClassName
{
border-color: #093528;
}
</style>