Shades of Dark Green #003531
Tints of Dark Green #003531
RGB
CMYK
RGB Variations
Color information
#003531 (or 0x003531) is known color: Dark Green. HEX triplet: 00, 35 and 31. RGB value is (0,53,49). Sum of RGB (Red+Green+Blue) = 0+53+49=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #003531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003531 is #FFCACE. Grayscale: #242424. Windows color (decimal): -16763599 or 3224832. OLE color: 3224832.
HSL color Cylindrical-coordinate representation of color #003531: hue angle of 175.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003531 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 49 | - |
| CMYK | 1 | 0 | 0.08 | 0.79 |
| HSL | 175.47º | 1% | 0.1% | - |
| HSV(B) | 175.47º | 1% | 0.21% | - |
| XYZ | 1.83 | 2.77 | 3.34 | - |
| YUV | 36.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 49 | 1 | 0 | 0.08 | 0.79 | 175.47 | 1 | 0.1 |
| Hex | 0 | 35 | 31 | 64 | 0 | 8 | 4F | AF | 64 | A |
| Octal | 0 | 65 | 61 | 144 | 0 | 10 | 117 | 257 | 144 | 12 |
| Binary | 0 | 110101 | 110001 | 1100100 | 0 | 1000 | 1001111 | 10101111 | 1100100 | 1010 |
Color Harmonies of #003531
Complementary color
Monochromatic Colors of #003531
Black with #003531
Text Example
Text Example
White with #003531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003531; }
p { color: rgb(0,53,49); }
H1.HeaderClassName
{
color: #003531;
}
.AnyTagClassName
{
color: #003531;
}
</style>
background-color css
<style>
a { background-color: #003531; }
a { background-color: rgb(0,53,49); }
div.DivClassName
{
background-color: #003531;
}
.BgClassName
{
background-color: #003531;
}
</style>
border-color css
<style>
span { border-color: #003531; }
span { border-color: rgb(0,53,49); }
td.TdClassName
{
border-color: #003531;
}
.TagClassName
{
border-color: #003531;
}
</style>