Shades of Dark Spring Green #05743B
Tints of Dark Spring Green #05743B
RGB
CMYK
RGB Variations
Color information
#05743B (or 0x05743B) is known color: Dark Spring Green. HEX triplet: 05, 74 and 3B. RGB value is (5,116,59). Sum of RGB (Red+Green+Blue) = 5+116+59=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #05743B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05743B is #FA8BC4. Grayscale: #4C4C4C. Windows color (decimal): -16419781 or 3896325. OLE color: 3896325.
HSL color Cylindrical-coordinate representation of color #05743B: hue angle of 149.19º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05743B is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 116 | 59 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.55 |
| HSL | 149.19º | 0.92% | 0.24% | - |
| HSV(B) | 149.19º | 0.96% | 0.45% | - |
| XYZ | 7.1 | 12.84 | 6.24 | - |
| YUV | 76.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 59 | 0.96 | 0 | 0.49 | 0.55 | 149.19 | 0.92 | 0.24 |
| Hex | 5 | 74 | 3B | 60 | 0 | 31 | 37 | 95 | 5C | 18 |
| Octal | 5 | 164 | 73 | 140 | 0 | 61 | 67 | 225 | 134 | 30 |
| Binary | 101 | 1110100 | 111011 | 1100000 | 0 | 110001 | 110111 | 10010101 | 1011100 | 11000 |
Color Harmonies of #05743B
Complementary color
Monochromatic Colors of #05743B
Black with #05743B
Text Example
Text Example
White with #05743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05743B; }
p { color: rgb(5,116,59); }
H1.HeaderClassName
{
color: #05743B;
}
.AnyTagClassName
{
color: #05743B;
}
</style>
background-color css
<style>
a { background-color: #05743B; }
a { background-color: rgb(5,116,59); }
div.DivClassName
{
background-color: #05743B;
}
.BgClassName
{
background-color: #05743B;
}
</style>
border-color css
<style>
span { border-color: #05743B; }
span { border-color: rgb(5,116,59); }
td.TdClassName
{
border-color: #05743B;
}
.TagClassName
{
border-color: #05743B;
}
</style>