Shades of Dark Spring Green #0B7346
Tints of Dark Spring Green #0B7346
RGB
CMYK
RGB Variations
Color information
#0B7346 (or 0x0B7346) is known color: Dark Spring Green. HEX triplet: 0B, 73 and 46. RGB value is (11,115,70). Sum of RGB (Red+Green+Blue) = 11+115+70=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7346 is #F48CB9. Grayscale: #4E4E4E. Windows color (decimal): -16026810 or 4616971. OLE color: 4616971.
HSL color Cylindrical-coordinate representation of color #0B7346: hue angle of 154.04º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7346 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 70 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.55 |
| HSL | 154.04º | 0.83% | 0.25% | - |
| HSV(B) | 154.04º | 0.9% | 0.45% | - |
| XYZ | 7.37 | 12.77 | 7.87 | - |
| YUV | 78.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 70 | 0.90 | 0 | 0.39 | 0.55 | 154.04 | 0.83 | 0.25 |
| Hex | B | 73 | 46 | 5A | 0 | 27 | 37 | 9A | 53 | 19 |
| Octal | 13 | 163 | 106 | 132 | 0 | 47 | 67 | 232 | 123 | 31 |
| Binary | 1011 | 1110011 | 1000110 | 1011010 | 0 | 100111 | 110111 | 10011010 | 1010011 | 11001 |
Color Harmonies of #0B7346
Complementary color
Monochromatic Colors of #0B7346
Black with #0B7346
Text Example
Text Example
White with #0B7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7346; }
p { color: rgb(11,115,70); }
H1.HeaderClassName
{
color: #0B7346;
}
.AnyTagClassName
{
color: #0B7346;
}
</style>
background-color css
<style>
a { background-color: #0B7346; }
a { background-color: rgb(11,115,70); }
div.DivClassName
{
background-color: #0B7346;
}
.BgClassName
{
background-color: #0B7346;
}
</style>
border-color css
<style>
span { border-color: #0B7346; }
span { border-color: rgb(11,115,70); }
td.TdClassName
{
border-color: #0B7346;
}
.TagClassName
{
border-color: #0B7346;
}
</style>