Shades of Dark Spring Green #03763F
Tints of Dark Spring Green #03763F
RGB
CMYK
RGB Variations
Color information
#03763F (or 0x03763F) is known color: Dark Spring Green. HEX triplet: 03, 76 and 3F. RGB value is (3,118,63). Sum of RGB (Red+Green+Blue) = 3+118+63=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #03763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03763F is #FC89C0. Grayscale: #4D4D4D. Windows color (decimal): -16550337 or 4158979. OLE color: 4158979.
HSL color Cylindrical-coordinate representation of color #03763F: hue angle of 151.3º 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 #03763F is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 118 | 63 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.54 |
| HSL | 151.3º | 0.95% | 0.24% | - |
| HSV(B) | 151.3º | 0.97% | 0.46% | - |
| XYZ | 7.41 | 13.34 | 6.89 | - |
| YUV | 77.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 118 | 63 | 0.97 | 0 | 0.47 | 0.54 | 151.3 | 0.95 | 0.24 |
| Hex | 3 | 76 | 3F | 61 | 0 | 2F | 36 | 97 | 5F | 18 |
| Octal | 3 | 166 | 77 | 141 | 0 | 57 | 66 | 227 | 137 | 30 |
| Binary | 11 | 1110110 | 111111 | 1100001 | 0 | 101111 | 110110 | 10010111 | 1011111 | 11000 |
Color Harmonies of #03763F
Complementary color
Monochromatic Colors of #03763F
Black with #03763F
Text Example
Text Example
White with #03763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03763F; }
p { color: rgb(3,118,63); }
H1.HeaderClassName
{
color: #03763F;
}
.AnyTagClassName
{
color: #03763F;
}
</style>
background-color css
<style>
a { background-color: #03763F; }
a { background-color: rgb(3,118,63); }
div.DivClassName
{
background-color: #03763F;
}
.BgClassName
{
background-color: #03763F;
}
</style>
border-color css
<style>
span { border-color: #03763F; }
span { border-color: rgb(3,118,63); }
td.TdClassName
{
border-color: #03763F;
}
.TagClassName
{
border-color: #03763F;
}
</style>