Shades of Dark Green #013525
Tints of Dark Green #013525
RGB
CMYK
RGB Variations
Color information
#013525 (or 0x013525) is known color: Dark Green. HEX triplet: 01, 35 and 25. RGB value is (1,53,37). Sum of RGB (Red+Green+Blue) = 1+53+37=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 37 (14.84% from 255 or 40.66% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #013525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013525 is #FECADA. Grayscale: #232323. Windows color (decimal): -16698075 or 2438401. OLE color: 2438401.
HSL color Cylindrical-coordinate representation of color #013525: hue angle of 161.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013525 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 37 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.79 |
| HSL | 161.54º | 0.96% | 0.11% | - |
| HSV(B) | 161.54º | 0.98% | 0.21% | - |
| XYZ | 1.62 | 2.69 | 2.18 | - |
| YUV | 35.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 37 | 0.98 | 0 | 0.30 | 0.79 | 161.54 | 0.96 | 0.11 |
| Hex | 1 | 35 | 25 | 62 | 0 | 1E | 4F | A2 | 60 | B |
| Octal | 1 | 65 | 45 | 142 | 0 | 36 | 117 | 242 | 140 | 13 |
| Binary | 1 | 110101 | 100101 | 1100010 | 0 | 11110 | 1001111 | 10100010 | 1100000 | 1011 |
Color Harmonies of #013525
Complementary color
Monochromatic Colors of #013525
Black with #013525
Text Example
Text Example
White with #013525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013525; }
p { color: rgb(1,53,37); }
H1.HeaderClassName
{
color: #013525;
}
.AnyTagClassName
{
color: #013525;
}
</style>
background-color css
<style>
a { background-color: #013525; }
a { background-color: rgb(1,53,37); }
div.DivClassName
{
background-color: #013525;
}
.BgClassName
{
background-color: #013525;
}
</style>
border-color css
<style>
span { border-color: #013525; }
span { border-color: rgb(1,53,37); }
td.TdClassName
{
border-color: #013525;
}
.TagClassName
{
border-color: #013525;
}
</style>