Shades of Green #00570D
Tints of Green #00570D
RGB
CMYK
RGB Variations
Color information
#00570D (or 0x00570D) is known color: Green. HEX triplet: 00, 57 and 0D. RGB value is (0,87,13). Sum of RGB (Red+Green+Blue) = 0+87+13=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 87 (34.38% from 255 or 87% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 87 - color contains mainly: green. Hex color #00570D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00570D is #FFA8F2. Grayscale: #343434. Windows color (decimal): -16754931 or 874240. OLE color: 874240.
HSL color Cylindrical-coordinate representation of color #00570D: hue angle of 128.97º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00570D is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 87 | 13 | - |
| CMYK | 1 | 0 | 0.85 | 0.66 |
| HSL | 128.97º | 1% | 0.17% | - |
| HSV(B) | 128.97º | 1% | 0.34% | - |
| XYZ | 3.48 | 6.85 | 1.52 | - |
| YUV | 52.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 13 | 1 | 0 | 0.85 | 0.66 | 128.97 | 1 | 0.17 |
| Hex | 0 | 57 | D | 64 | 0 | 55 | 42 | 81 | 64 | 11 |
| Octal | 0 | 127 | 15 | 144 | 0 | 125 | 102 | 201 | 144 | 21 |
| Binary | 0 | 1010111 | 1101 | 1100100 | 0 | 1010101 | 1000010 | 10000001 | 1100100 | 10001 |
Color Harmonies of #00570D
Complementary color
Monochromatic Colors of #00570D
Black with #00570D
Text Example
Text Example
White with #00570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00570D; }
p { color: rgb(0,87,13); }
H1.HeaderClassName
{
color: #00570D;
}
.AnyTagClassName
{
color: #00570D;
}
</style>
background-color css
<style>
a { background-color: #00570D; }
a { background-color: rgb(0,87,13); }
div.DivClassName
{
background-color: #00570D;
}
.BgClassName
{
background-color: #00570D;
}
</style>
border-color css
<style>
span { border-color: #00570D; }
span { border-color: rgb(0,87,13); }
td.TdClassName
{
border-color: #00570D;
}
.TagClassName
{
border-color: #00570D;
}
</style>