Shades of Green #046D0B
Tints of Green #046D0B
RGB
CMYK
RGB Variations
Color information
#046D0B (or 0x046D0B) is known color: Green. HEX triplet: 04, 6D and 0B. RGB value is (4,109,11). Sum of RGB (Red+Green+Blue) = 4+109+11=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 109 (42.97% from 255 or 87.90% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 109 - color contains mainly: green. Hex color #046D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046D0B is #FB92F4. Grayscale: #424242. Windows color (decimal): -16487157 or 748804. OLE color: 748804.
HSL color Cylindrical-coordinate representation of color #046D0B: hue angle of 124º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046D0B is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 109 | 11 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.57 |
| HSL | 124º | 0.93% | 0.22% | - |
| HSV(B) | 124º | 0.96% | 0.43% | - |
| XYZ | 5.58 | 10.99 | 2.14 | - |
| YUV | 66.43 | 96.71 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 11 | 0.96 | 0 | 0.90 | 0.57 | 124 | 0.93 | 0.22 |
| Hex | 4 | 6D | B | 60 | 0 | 5A | 39 | 7C | 5D | 16 |
| Octal | 4 | 155 | 13 | 140 | 0 | 132 | 71 | 174 | 135 | 26 |
| Binary | 100 | 1101101 | 1011 | 1100000 | 0 | 1011010 | 111001 | 1111100 | 1011101 | 10110 |
Color Harmonies of #046D0B
Complementary color
Monochromatic Colors of #046D0B
Black with #046D0B
Text Example
Text Example
White with #046D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D0B; }
p { color: rgb(4,109,11); }
H1.HeaderClassName
{
color: #046D0B;
}
.AnyTagClassName
{
color: #046D0B;
}
</style>
background-color css
<style>
a { background-color: #046D0B; }
a { background-color: rgb(4,109,11); }
div.DivClassName
{
background-color: #046D0B;
}
.BgClassName
{
background-color: #046D0B;
}
</style>
border-color css
<style>
span { border-color: #046D0B; }
span { border-color: rgb(4,109,11); }
td.TdClassName
{
border-color: #046D0B;
}
.TagClassName
{
border-color: #046D0B;
}
</style>