Shades of Dark Spring Green #008534
Tints of Dark Spring Green #008534
RGB
CMYK
RGB Variations
Color information
#008534 (or 0x008534) is known color: Dark Spring Green. HEX triplet: 00, 85 and 34. RGB value is (0,133,52). Sum of RGB (Red+Green+Blue) = 0+133+52=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #008534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008534 is #FF7ACB. Grayscale: #545454. Windows color (decimal): -16743116 or 3441920. OLE color: 3441920.
HSL color Cylindrical-coordinate representation of color #008534: hue angle of 143.46º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008534 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 52 | - |
| CMYK | 1 | 0 | 0.61 | 0.48 |
| HSL | 143.46º | 1% | 0.26% | - |
| HSV(B) | 143.46º | 1% | 0.52% | - |
| XYZ | 9.01 | 17.02 | 6.06 | - |
| YUV | 84 | 109.94 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 52 | 1 | 0 | 0.61 | 0.48 | 143.46 | 1 | 0.26 |
| Hex | 0 | 85 | 34 | 64 | 0 | 3D | 30 | 8F | 64 | 1A |
| Octal | 0 | 205 | 64 | 144 | 0 | 75 | 60 | 217 | 144 | 32 |
| Binary | 0 | 10000101 | 110100 | 1100100 | 0 | 111101 | 110000 | 10001111 | 1100100 | 11010 |
Color Harmonies of #008534
Complementary color
Monochromatic Colors of #008534
Black with #008534
Text Example
Text Example
White with #008534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008534; }
p { color: rgb(0,133,52); }
H1.HeaderClassName
{
color: #008534;
}
.AnyTagClassName
{
color: #008534;
}
</style>
background-color css
<style>
a { background-color: #008534; }
a { background-color: rgb(0,133,52); }
div.DivClassName
{
background-color: #008534;
}
.BgClassName
{
background-color: #008534;
}
</style>
border-color css
<style>
span { border-color: #008534; }
span { border-color: rgb(0,133,52); }
td.TdClassName
{
border-color: #008534;
}
.TagClassName
{
border-color: #008534;
}
</style>