Shades of Dark Spring Green #03753C
Tints of Dark Spring Green #03753C
RGB
CMYK
RGB Variations
Color information
#03753C (or 0x03753C) is known color: Dark Spring Green. HEX triplet: 03, 75 and 3C. RGB value is (3,117,60). Sum of RGB (Red+Green+Blue) = 3+117+60=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #03753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03753C is #FC8AC3. Grayscale: #4C4C4C. Windows color (decimal): -16550596 or 3962115. OLE color: 3962115.
HSL color Cylindrical-coordinate representation of color #03753C: hue angle of 150º degrees, saturation: 0.95, 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 #03753C is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 117 | 60 | - |
| CMYK | 0.97 | 0 | 0.49 | 0.54 |
| HSL | 150º | 0.95% | 0.24% | - |
| HSV(B) | 150º | 0.97% | 0.46% | - |
| XYZ | 7.21 | 13.07 | 6.42 | - |
| YUV | 76.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 60 | 0.97 | 0 | 0.49 | 0.54 | 150 | 0.95 | 0.24 |
| Hex | 3 | 75 | 3C | 61 | 0 | 31 | 36 | 96 | 5F | 18 |
| Octal | 3 | 165 | 74 | 141 | 0 | 61 | 66 | 226 | 137 | 30 |
| Binary | 11 | 1110101 | 111100 | 1100001 | 0 | 110001 | 110110 | 10010110 | 1011111 | 11000 |
Color Harmonies of #03753C
Complementary color
Monochromatic Colors of #03753C
Black with #03753C
Text Example
Text Example
White with #03753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03753C; }
p { color: rgb(3,117,60); }
H1.HeaderClassName
{
color: #03753C;
}
.AnyTagClassName
{
color: #03753C;
}
</style>
background-color css
<style>
a { background-color: #03753C; }
a { background-color: rgb(3,117,60); }
div.DivClassName
{
background-color: #03753C;
}
.BgClassName
{
background-color: #03753C;
}
</style>
border-color css
<style>
span { border-color: #03753C; }
span { border-color: rgb(3,117,60); }
td.TdClassName
{
border-color: #03753C;
}
.TagClassName
{
border-color: #03753C;
}
</style>