Shades of Green #006513
Tints of Green #006513
RGB
CMYK
RGB Variations
Color information
#006513 (or 0x006513) is known color: Green. HEX triplet: 00, 65 and 13. RGB value is (0,101,19). Sum of RGB (Red+Green+Blue) = 0+101+19=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 101 (39.84% from 255 or 84.17% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 101 - color contains mainly: green. Hex color #006513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006513 is #FF9AEC. Grayscale: #3D3D3D. Windows color (decimal): -16751341 or 1271040. OLE color: 1271040.
HSL color Cylindrical-coordinate representation of color #006513: hue angle of 131.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006513 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 19 | - |
| CMYK | 1 | 0 | 0.81 | 0.60 |
| HSL | 131.29º | 1% | 0.2% | - |
| HSV(B) | 131.29º | 1% | 0.4% | - |
| XYZ | 4.77 | 9.35 | 2.17 | - |
| YUV | 61.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 19 | 1 | 0 | 0.81 | 0.60 | 131.29 | 1 | 0.2 |
| Hex | 0 | 65 | 13 | 64 | 0 | 51 | 3C | 83 | 64 | 14 |
| Octal | 0 | 145 | 23 | 144 | 0 | 121 | 74 | 203 | 144 | 24 |
| Binary | 0 | 1100101 | 10011 | 1100100 | 0 | 1010001 | 111100 | 10000011 | 1100100 | 10100 |
Color Harmonies of #006513
Complementary color
Monochromatic Colors of #006513
Black with #006513
Text Example
Text Example
White with #006513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006513; }
p { color: rgb(0,101,19); }
H1.HeaderClassName
{
color: #006513;
}
.AnyTagClassName
{
color: #006513;
}
</style>
background-color css
<style>
a { background-color: #006513; }
a { background-color: rgb(0,101,19); }
div.DivClassName
{
background-color: #006513;
}
.BgClassName
{
background-color: #006513;
}
</style>
border-color css
<style>
span { border-color: #006513; }
span { border-color: rgb(0,101,19); }
td.TdClassName
{
border-color: #006513;
}
.TagClassName
{
border-color: #006513;
}
</style>