Shades of Dark Spring Green #04753F
Tints of Dark Spring Green #04753F
RGB
CMYK
RGB Variations
Color information
#04753F (or 0x04753F) is known color: Dark Spring Green. HEX triplet: 04, 75 and 3F. RGB value is (4,117,63). Sum of RGB (Red+Green+Blue) = 4+117+63=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 117 (46.09% from 255 or 63.59% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 117 - color contains mainly: green. Hex color #04753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04753F is #FB8AC0. Grayscale: #4D4D4D. Windows color (decimal): -16485057 or 4158724. OLE color: 4158724.
HSL color Cylindrical-coordinate representation of color #04753F: hue angle of 151.33º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04753F is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 117 | 63 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.54 |
| HSL | 151.33º | 0.93% | 0.24% | - |
| HSV(B) | 151.33º | 0.97% | 0.46% | - |
| XYZ | 7.31 | 13.11 | 6.85 | - |
| YUV | 77.06 | 120.06 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 117 | 63 | 0.97 | 0 | 0.46 | 0.54 | 151.33 | 0.93 | 0.24 |
| Hex | 4 | 75 | 3F | 61 | 0 | 2E | 36 | 97 | 5D | 18 |
| Octal | 4 | 165 | 77 | 141 | 0 | 56 | 66 | 227 | 135 | 30 |
| Binary | 100 | 1110101 | 111111 | 1100001 | 0 | 101110 | 110110 | 10010111 | 1011101 | 11000 |
Color Harmonies of #04753F
Complementary color
Monochromatic Colors of #04753F
Black with #04753F
Text Example
Text Example
White with #04753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04753F; }
p { color: rgb(4,117,63); }
H1.HeaderClassName
{
color: #04753F;
}
.AnyTagClassName
{
color: #04753F;
}
</style>
background-color css
<style>
a { background-color: #04753F; }
a { background-color: rgb(4,117,63); }
div.DivClassName
{
background-color: #04753F;
}
.BgClassName
{
background-color: #04753F;
}
</style>
border-color css
<style>
span { border-color: #04753F; }
span { border-color: rgb(4,117,63); }
td.TdClassName
{
border-color: #04753F;
}
.TagClassName
{
border-color: #04753F;
}
</style>