Shades of Green #006413
Tints of Green #006413
RGB
CMYK
RGB Variations
Color information
#006413 (or 0x006413) is known color: Green. HEX triplet: 00, 64 and 13. RGB value is (0,100,19). Sum of RGB (Red+Green+Blue) = 0+100+19=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #006413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006413 is #FF9BEC. Grayscale: #3D3D3D. Windows color (decimal): -16751597 or 1270784. OLE color: 1270784.
HSL color Cylindrical-coordinate representation of color #006413: hue angle of 131.4º 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 #006413 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 100 | 19 | - |
| CMYK | 1 | 0 | 0.81 | 0.61 |
| HSL | 131.4º | 1% | 0.2% | - |
| HSV(B) | 131.4º | 1% | 0.39% | - |
| XYZ | 4.67 | 9.16 | 2.14 | - |
| YUV | 60.87 | 104.37 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 19 | 1 | 0 | 0.81 | 0.61 | 131.4 | 1 | 0.2 |
| Hex | 0 | 64 | 13 | 64 | 0 | 51 | 3D | 83 | 64 | 14 |
| Octal | 0 | 144 | 23 | 144 | 0 | 121 | 75 | 203 | 144 | 24 |
| Binary | 0 | 1100100 | 10011 | 1100100 | 0 | 1010001 | 111101 | 10000011 | 1100100 | 10100 |
Color Harmonies of #006413
Complementary color
Monochromatic Colors of #006413
Black with #006413
Text Example
Text Example
White with #006413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006413; }
p { color: rgb(0,100,19); }
H1.HeaderClassName
{
color: #006413;
}
.AnyTagClassName
{
color: #006413;
}
</style>
background-color css
<style>
a { background-color: #006413; }
a { background-color: rgb(0,100,19); }
div.DivClassName
{
background-color: #006413;
}
.BgClassName
{
background-color: #006413;
}
</style>
border-color css
<style>
span { border-color: #006413; }
span { border-color: rgb(0,100,19); }
td.TdClassName
{
border-color: #006413;
}
.TagClassName
{
border-color: #006413;
}
</style>