Shades of Green #008522
Tints of Green #008522
RGB
CMYK
RGB Variations
Color information
#008522 (or 0x008522) is known color: Green. HEX triplet: 00, 85 and 22. RGB value is (0,133,34). Sum of RGB (Red+Green+Blue) = 0+133+34=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #008522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008522 is #FF7ADD. Grayscale: #525252. Windows color (decimal): -16743134 or 2262272. OLE color: 2262272.
HSL color Cylindrical-coordinate representation of color #008522: hue angle of 135.34º 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 #008522 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 133 | 34 | - |
| CMYK | 1 | 0 | 0.74 | 0.48 |
| HSL | 135.34º | 1% | 0.26% | - |
| HSV(B) | 135.34º | 1% | 0.52% | - |
| XYZ | 8.68 | 16.89 | 4.32 | - |
| YUV | 81.95 | 100.94 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 34 | 1 | 0 | 0.74 | 0.48 | 135.34 | 1 | 0.26 |
| Hex | 0 | 85 | 22 | 64 | 0 | 4A | 30 | 87 | 64 | 1A |
| Octal | 0 | 205 | 42 | 144 | 0 | 112 | 60 | 207 | 144 | 32 |
| Binary | 0 | 10000101 | 100010 | 1100100 | 0 | 1001010 | 110000 | 10000111 | 1100100 | 11010 |
Color Harmonies of #008522
Complementary color
Monochromatic Colors of #008522
Black with #008522
Text Example
Text Example
White with #008522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008522; }
p { color: rgb(0,133,34); }
H1.HeaderClassName
{
color: #008522;
}
.AnyTagClassName
{
color: #008522;
}
</style>
background-color css
<style>
a { background-color: #008522; }
a { background-color: rgb(0,133,34); }
div.DivClassName
{
background-color: #008522;
}
.BgClassName
{
background-color: #008522;
}
</style>
border-color css
<style>
span { border-color: #008522; }
span { border-color: rgb(0,133,34); }
td.TdClassName
{
border-color: #008522;
}
.TagClassName
{
border-color: #008522;
}
</style>