Shades of Green #046D01
Tints of Green #046D01
RGB
CMYK
RGB Variations
Color information
#046D01 (or 0x046D01) is known color: Green. HEX triplet: 04, 6D and 01. RGB value is (4,109,1). Sum of RGB (Red+Green+Blue) = 4+109+1=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 109 (42.97% from 255 or 95.61% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 109 - color contains mainly: green. Hex color #046D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046D01 is #FB92FE. Grayscale: #414141. Windows color (decimal): -16487167 or 93444. OLE color: 93444.
HSL color Cylindrical-coordinate representation of color #046D01: hue angle of 118.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #046D01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 4 | 109 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.57 |
| HSL | 118.33º | 0.98% | 0.22% | - |
| HSV(B) | 118.33º | 0.99% | 0.43% | - |
| XYZ | 5.52 | 10.97 | 1.85 | - |
| YUV | 65.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 1 | 0.96 | 0 | 0.99 | 0.57 | 118.33 | 0.98 | 0.22 |
| Hex | 4 | 6D | 1 | 60 | 0 | 63 | 39 | 76 | 62 | 16 |
| Octal | 4 | 155 | 1 | 140 | 0 | 143 | 71 | 166 | 142 | 26 |
| Binary | 100 | 1101101 | 1 | 1100000 | 0 | 1100011 | 111001 | 1110110 | 1100010 | 10110 |
Color Harmonies of #046D01
Complementary color
Monochromatic Colors of #046D01
Black with #046D01
Text Example
Text Example
White with #046D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D01; }
p { color: rgb(4,109,1); }
H1.HeaderClassName
{
color: #046D01;
}
.AnyTagClassName
{
color: #046D01;
}
</style>
background-color css
<style>
a { background-color: #046D01; }
a { background-color: rgb(4,109,1); }
div.DivClassName
{
background-color: #046D01;
}
.BgClassName
{
background-color: #046D01;
}
</style>
border-color css
<style>
span { border-color: #046D01; }
span { border-color: rgb(4,109,1); }
td.TdClassName
{
border-color: #046D01;
}
.TagClassName
{
border-color: #046D01;
}
</style>