Shades of Dark Spring Green #05753C
Tints of Dark Spring Green #05753C
RGB
CMYK
RGB Variations
Color information
#05753C (or 0x05753C) is known color: Dark Spring Green. HEX triplet: 05, 75 and 3C. RGB value is (5,117,60). Sum of RGB (Red+Green+Blue) = 5+117+60=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 117 (46.09% from 255 or 64.29% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 117 - color contains mainly: green. Hex color #05753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05753C is #FA8AC3. Grayscale: #4D4D4D. Windows color (decimal): -16419524 or 3962117. OLE color: 3962117.
HSL color Cylindrical-coordinate representation of color #05753C: hue angle of 149.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05753C is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 117 | 60 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.54 |
| HSL | 149.46º | 0.92% | 0.24% | - |
| HSV(B) | 149.46º | 0.96% | 0.46% | - |
| XYZ | 7.24 | 13.08 | 6.42 | - |
| YUV | 77.01 | 118.39 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 60 | 0.96 | 0 | 0.49 | 0.54 | 149.46 | 0.92 | 0.24 |
| Hex | 5 | 75 | 3C | 60 | 0 | 31 | 36 | 95 | 5C | 18 |
| Octal | 5 | 165 | 74 | 140 | 0 | 61 | 66 | 225 | 134 | 30 |
| Binary | 101 | 1110101 | 111100 | 1100000 | 0 | 110001 | 110110 | 10010101 | 1011100 | 11000 |
Color Harmonies of #05753C
Complementary color
Monochromatic Colors of #05753C
Black with #05753C
Text Example
Text Example
White with #05753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05753C; }
p { color: rgb(5,117,60); }
H1.HeaderClassName
{
color: #05753C;
}
.AnyTagClassName
{
color: #05753C;
}
</style>
background-color css
<style>
a { background-color: #05753C; }
a { background-color: rgb(5,117,60); }
div.DivClassName
{
background-color: #05753C;
}
.BgClassName
{
background-color: #05753C;
}
</style>
border-color css
<style>
span { border-color: #05753C; }
span { border-color: rgb(5,117,60); }
td.TdClassName
{
border-color: #05753C;
}
.TagClassName
{
border-color: #05753C;
}
</style>