Shades of Green #04640B
Tints of Green #04640B
RGB
CMYK
RGB Variations
Color information
#04640B (or 0x04640B) is known color: Green. HEX triplet: 04, 64 and 0B. RGB value is (4,100,11). Sum of RGB (Red+Green+Blue) = 4+100+11=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 100 (39.45% from 255 or 86.96% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 100 - color contains mainly: green. Hex color #04640B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04640B is #FB9BF4. Grayscale: #3D3D3D. Windows color (decimal): -16489461 or 746500. OLE color: 746500.
HSL color Cylindrical-coordinate representation of color #04640B: hue angle of 124.38º 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 #04640B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 100 | 11 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.61 |
| HSL | 124.38º | 0.92% | 0.2% | - |
| HSV(B) | 124.38º | 0.96% | 0.39% | - |
| XYZ | 4.67 | 9.16 | 1.84 | - |
| YUV | 61.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 11 | 0.96 | 0 | 0.89 | 0.61 | 124.38 | 0.92 | 0.2 |
| Hex | 4 | 64 | B | 60 | 0 | 59 | 3D | 7C | 5C | 14 |
| Octal | 4 | 144 | 13 | 140 | 0 | 131 | 75 | 174 | 134 | 24 |
| Binary | 100 | 1100100 | 1011 | 1100000 | 0 | 1011001 | 111101 | 1111100 | 1011100 | 10100 |
Color Harmonies of #04640B
Complementary color
Monochromatic Colors of #04640B
Black with #04640B
Text Example
Text Example
White with #04640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04640B; }
p { color: rgb(4,100,11); }
H1.HeaderClassName
{
color: #04640B;
}
.AnyTagClassName
{
color: #04640B;
}
</style>
background-color css
<style>
a { background-color: #04640B; }
a { background-color: rgb(4,100,11); }
div.DivClassName
{
background-color: #04640B;
}
.BgClassName
{
background-color: #04640B;
}
</style>
border-color css
<style>
span { border-color: #04640B; }
span { border-color: rgb(4,100,11); }
td.TdClassName
{
border-color: #04640B;
}
.TagClassName
{
border-color: #04640B;
}
</style>