Shades of Green #00640D
Tints of Green #00640D
RGB
CMYK
RGB Variations
Color information
#00640D (or 0x00640D) is known color: Green. HEX triplet: 00, 64 and 0D. RGB value is (0,100,13). Sum of RGB (Red+Green+Blue) = 0+100+13=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 100 (39.45% from 255 or 88.50% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 100 - color contains mainly: green. Hex color #00640D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00640D is #FF9BF2. Grayscale: #3C3C3C. Windows color (decimal): -16751603 or 877568. OLE color: 877568.
HSL color Cylindrical-coordinate representation of color #00640D: hue angle of 127.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00640D is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 13 | - |
| CMYK | 1 | 0 | 0.87 | 0.61 |
| HSL | 127.8º | 1% | 0.2% | - |
| HSV(B) | 127.8º | 1% | 0.39% | - |
| XYZ | 4.63 | 9.14 | 1.9 | - |
| YUV | 60.18 | 101.37 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 13 | 1 | 0 | 0.87 | 0.61 | 127.8 | 1 | 0.2 |
| Hex | 0 | 64 | D | 64 | 0 | 57 | 3D | 80 | 64 | 14 |
| Octal | 0 | 144 | 15 | 144 | 0 | 127 | 75 | 200 | 144 | 24 |
| Binary | 0 | 1100100 | 1101 | 1100100 | 0 | 1010111 | 111101 | 10000000 | 1100100 | 10100 |
Color Harmonies of #00640D
Complementary color
Monochromatic Colors of #00640D
Black with #00640D
Text Example
Text Example
White with #00640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00640D; }
p { color: rgb(0,100,13); }
H1.HeaderClassName
{
color: #00640D;
}
.AnyTagClassName
{
color: #00640D;
}
</style>
background-color css
<style>
a { background-color: #00640D; }
a { background-color: rgb(0,100,13); }
div.DivClassName
{
background-color: #00640D;
}
.BgClassName
{
background-color: #00640D;
}
</style>
border-color css
<style>
span { border-color: #00640D; }
span { border-color: rgb(0,100,13); }
td.TdClassName
{
border-color: #00640D;
}
.TagClassName
{
border-color: #00640D;
}
</style>