Shades of Dark Spring Green #107348
Tints of Dark Spring Green #107348
RGB
CMYK
RGB Variations
Color information
#107348 (or 0x107348) is known color: Dark Spring Green. HEX triplet: 10, 73 and 48. RGB value is (16,115,72). Sum of RGB (Red+Green+Blue) = 16+115+72=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #107348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107348 is #EF8CB7. Grayscale: #505050. Windows color (decimal): -15699128 or 4748048. OLE color: 4748048.
HSL color Cylindrical-coordinate representation of color #107348: hue angle of 153.94º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107348 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 72 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.55 |
| HSL | 153.94º | 0.76% | 0.26% | - |
| HSV(B) | 153.94º | 0.86% | 0.45% | - |
| XYZ | 7.51 | 12.84 | 8.21 | - |
| YUV | 80.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 72 | 0.86 | 0 | 0.37 | 0.55 | 153.94 | 0.76 | 0.26 |
| Hex | 10 | 73 | 48 | 56 | 0 | 25 | 37 | 9A | 4C | 1A |
| Octal | 20 | 163 | 110 | 126 | 0 | 45 | 67 | 232 | 114 | 32 |
| Binary | 10000 | 1110011 | 1001000 | 1010110 | 0 | 100101 | 110111 | 10011010 | 1001100 | 11010 |
Color Harmonies of #107348
Complementary color
Monochromatic Colors of #107348
Black with #107348
Text Example
Text Example
White with #107348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107348; }
p { color: rgb(16,115,72); }
H1.HeaderClassName
{
color: #107348;
}
.AnyTagClassName
{
color: #107348;
}
</style>
background-color css
<style>
a { background-color: #107348; }
a { background-color: rgb(16,115,72); }
div.DivClassName
{
background-color: #107348;
}
.BgClassName
{
background-color: #107348;
}
</style>
border-color css
<style>
span { border-color: #107348; }
span { border-color: rgb(16,115,72); }
td.TdClassName
{
border-color: #107348;
}
.TagClassName
{
border-color: #107348;
}
</style>