Shades of Green #01640B
Tints of Green #01640B
RGB
CMYK
RGB Variations
Color information
#01640B (or 0x01640B) is known color: Green. HEX triplet: 01, 64 and 0B. RGB value is (1,100,11). Sum of RGB (Red+Green+Blue) = 1+100+11=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 100 (39.45% from 255 or 89.29% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 100 - color contains mainly: green. Hex color #01640B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01640B is #FE9BF4. Grayscale: #3C3C3C. Windows color (decimal): -16686069 or 746497. OLE color: 746497.
HSL color Cylindrical-coordinate representation of color #01640B: hue angle of 126.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01640B is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 11 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.61 |
| HSL | 126.06º | 0.98% | 0.2% | - |
| HSV(B) | 126.06º | 0.99% | 0.39% | - |
| XYZ | 4.63 | 9.14 | 1.84 | - |
| YUV | 60.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 11 | 0.99 | 0 | 0.89 | 0.61 | 126.06 | 0.98 | 0.2 |
| Hex | 1 | 64 | B | 63 | 0 | 59 | 3D | 7E | 62 | 14 |
| Octal | 1 | 144 | 13 | 143 | 0 | 131 | 75 | 176 | 142 | 24 |
| Binary | 1 | 1100100 | 1011 | 1100011 | 0 | 1011001 | 111101 | 1111110 | 1100010 | 10100 |
Color Harmonies of #01640B
Complementary color
Monochromatic Colors of #01640B
Black with #01640B
Text Example
Text Example
White with #01640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01640B; }
p { color: rgb(1,100,11); }
H1.HeaderClassName
{
color: #01640B;
}
.AnyTagClassName
{
color: #01640B;
}
</style>
background-color css
<style>
a { background-color: #01640B; }
a { background-color: rgb(1,100,11); }
div.DivClassName
{
background-color: #01640B;
}
.BgClassName
{
background-color: #01640B;
}
</style>
border-color css
<style>
span { border-color: #01640B; }
span { border-color: rgb(1,100,11); }
td.TdClassName
{
border-color: #01640B;
}
.TagClassName
{
border-color: #01640B;
}
</style>