Shades of Green #046C14
Tints of Green #046C14
RGB
CMYK
RGB Variations
Color information
#046C14 (or 0x046C14) is known color: Green. HEX triplet: 04, 6C and 14. RGB value is (4,108,20). Sum of RGB (Red+Green+Blue) = 4+108+20=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 108 (42.58% from 255 or 81.82% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 108 - color contains mainly: green. Hex color #046C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046C14 is #FB93EB. Grayscale: #434343. Windows color (decimal): -16487404 or 1338372. OLE color: 1338372.
HSL color Cylindrical-coordinate representation of color #046C14: hue angle of 129.23º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C14 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 20 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.58 |
| HSL | 129.23º | 0.93% | 0.22% | - |
| HSV(B) | 129.23º | 0.96% | 0.42% | - |
| XYZ | 5.54 | 10.8 | 2.45 | - |
| YUV | 66.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 20 | 0.96 | 0 | 0.81 | 0.58 | 129.23 | 0.93 | 0.22 |
| Hex | 4 | 6C | 14 | 60 | 0 | 51 | 3A | 81 | 5D | 16 |
| Octal | 4 | 154 | 24 | 140 | 0 | 121 | 72 | 201 | 135 | 26 |
| Binary | 100 | 1101100 | 10100 | 1100000 | 0 | 1010001 | 111010 | 10000001 | 1011101 | 10110 |
Color Harmonies of #046C14
Complementary color
Monochromatic Colors of #046C14
Black with #046C14
Text Example
Text Example
White with #046C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C14; }
p { color: rgb(4,108,20); }
H1.HeaderClassName
{
color: #046C14;
}
.AnyTagClassName
{
color: #046C14;
}
</style>
background-color css
<style>
a { background-color: #046C14; }
a { background-color: rgb(4,108,20); }
div.DivClassName
{
background-color: #046C14;
}
.BgClassName
{
background-color: #046C14;
}
</style>
border-color css
<style>
span { border-color: #046C14; }
span { border-color: rgb(4,108,20); }
td.TdClassName
{
border-color: #046C14;
}
.TagClassName
{
border-color: #046C14;
}
</style>