Shades of Dark Spring Green #007534
Tints of Dark Spring Green #007534
RGB
CMYK
RGB Variations
Color information
#007534 (or 0x007534) is known color: Dark Spring Green. HEX triplet: 00, 75 and 34. RGB value is (0,117,52). Sum of RGB (Red+Green+Blue) = 0+117+52=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 117 (46.09% from 255 or 69.23% from 169); Blue value is 52 (20.70% from 255 or 30.77% from 169); Max value from RGB is 117 - color contains mainly: green. Hex color #007534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007534 is #FF8ACB. Grayscale: #4A4A4A. Windows color (decimal): -16747212 or 3437824. OLE color: 3437824.
HSL color Cylindrical-coordinate representation of color #007534: hue angle of 146.67º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007534 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 52 | - |
| CMYK | 1 | 0 | 0.56 | 0.54 |
| HSL | 146.67º | 1% | 0.23% | - |
| HSV(B) | 146.67º | 1% | 0.46% | - |
| XYZ | 6.98 | 12.97 | 5.38 | - |
| YUV | 74.61 | 115.24 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 52 | 1 | 0 | 0.56 | 0.54 | 146.67 | 1 | 0.23 |
| Hex | 0 | 75 | 34 | 64 | 0 | 38 | 36 | 93 | 64 | 17 |
| Octal | 0 | 165 | 64 | 144 | 0 | 70 | 66 | 223 | 144 | 27 |
| Binary | 0 | 1110101 | 110100 | 1100100 | 0 | 111000 | 110110 | 10010011 | 1100100 | 10111 |
Color Harmonies of #007534
Complementary color
Monochromatic Colors of #007534
Black with #007534
Text Example
Text Example
White with #007534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007534; }
p { color: rgb(0,117,52); }
H1.HeaderClassName
{
color: #007534;
}
.AnyTagClassName
{
color: #007534;
}
</style>
background-color css
<style>
a { background-color: #007534; }
a { background-color: rgb(0,117,52); }
div.DivClassName
{
background-color: #007534;
}
.BgClassName
{
background-color: #007534;
}
</style>
border-color css
<style>
span { border-color: #007534; }
span { border-color: rgb(0,117,52); }
td.TdClassName
{
border-color: #007534;
}
.TagClassName
{
border-color: #007534;
}
</style>