Shades of Green #04640E
Tints of Green #04640E
RGB
CMYK
RGB Variations
Color information
#04640E (or 0x04640E) is known color: Green. HEX triplet: 04, 64 and 0E. RGB value is (4,100,14). Sum of RGB (Red+Green+Blue) = 4+100+14=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #04640E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04640E is #FB9BF1. Grayscale: #3D3D3D. Windows color (decimal): -16489458 or 943108. OLE color: 943108.
HSL color Cylindrical-coordinate representation of color #04640E: hue angle of 126.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04640E is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 100 | 14 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.61 |
| HSL | 126.25º | 0.92% | 0.2% | - |
| HSV(B) | 126.25º | 0.96% | 0.39% | - |
| XYZ | 4.69 | 9.17 | 1.94 | - |
| YUV | 61.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 14 | 0.96 | 0 | 0.86 | 0.61 | 126.25 | 0.92 | 0.2 |
| Hex | 4 | 64 | E | 60 | 0 | 56 | 3D | 7E | 5C | 14 |
| Octal | 4 | 144 | 16 | 140 | 0 | 126 | 75 | 176 | 134 | 24 |
| Binary | 100 | 1100100 | 1110 | 1100000 | 0 | 1010110 | 111101 | 1111110 | 1011100 | 10100 |
Color Harmonies of #04640E
Complementary color
Monochromatic Colors of #04640E
Black with #04640E
Text Example
Text Example
White with #04640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04640E; }
p { color: rgb(4,100,14); }
H1.HeaderClassName
{
color: #04640E;
}
.AnyTagClassName
{
color: #04640E;
}
</style>
background-color css
<style>
a { background-color: #04640E; }
a { background-color: rgb(4,100,14); }
div.DivClassName
{
background-color: #04640E;
}
.BgClassName
{
background-color: #04640E;
}
</style>
border-color css
<style>
span { border-color: #04640E; }
span { border-color: rgb(4,100,14); }
td.TdClassName
{
border-color: #04640E;
}
.TagClassName
{
border-color: #04640E;
}
</style>