Shades of Dark Spring Green #097534
Tints of Dark Spring Green #097534
RGB
CMYK
RGB Variations
Color information
#097534 (or 0x097534) is known color: Dark Spring Green. HEX triplet: 09, 75 and 34. RGB value is (9,117,52). Sum of RGB (Red+Green+Blue) = 9+117+52=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 117 (46.09% from 255 or 65.73% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 117 - color contains mainly: green. Hex color #097534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097534 is #F68ACB. Grayscale: #4D4D4D. Windows color (decimal): -16157388 or 3437833. OLE color: 3437833.
HSL color Cylindrical-coordinate representation of color #097534: hue angle of 143.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097534 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 117 | 52 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.54 |
| HSL | 143.89º | 0.86% | 0.25% | - |
| HSV(B) | 143.89º | 0.92% | 0.46% | - |
| XYZ | 7.09 | 13.03 | 5.39 | - |
| YUV | 77.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 117 | 52 | 0.92 | 0 | 0.56 | 0.54 | 143.89 | 0.86 | 0.25 |
| Hex | 9 | 75 | 34 | 5C | 0 | 38 | 36 | 90 | 56 | 19 |
| Octal | 11 | 165 | 64 | 134 | 0 | 70 | 66 | 220 | 126 | 31 |
| Binary | 1001 | 1110101 | 110100 | 1011100 | 0 | 111000 | 110110 | 10010000 | 1010110 | 11001 |
Color Harmonies of #097534
Complementary color
Monochromatic Colors of #097534
Black with #097534
Text Example
Text Example
White with #097534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097534; }
p { color: rgb(9,117,52); }
H1.HeaderClassName
{
color: #097534;
}
.AnyTagClassName
{
color: #097534;
}
</style>
background-color css
<style>
a { background-color: #097534; }
a { background-color: rgb(9,117,52); }
div.DivClassName
{
background-color: #097534;
}
.BgClassName
{
background-color: #097534;
}
</style>
border-color css
<style>
span { border-color: #097534; }
span { border-color: rgb(9,117,52); }
td.TdClassName
{
border-color: #097534;
}
.TagClassName
{
border-color: #097534;
}
</style>