Shades of Green #046701
Tints of Green #046701
RGB
CMYK
RGB Variations
Color information
#046701 (or 0x046701) is known color: Green. HEX triplet: 04, 67 and 01. RGB value is (4,103,1). Sum of RGB (Red+Green+Blue) = 4+103+1=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 103 (40.62% from 255 or 95.37% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 103 - color contains mainly: green. Hex color #046701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046701 is #FB98FE. Grayscale: #3E3E3E. Windows color (decimal): -16488703 or 91908. OLE color: 91908.
HSL color Cylindrical-coordinate representation of color #046701: hue angle of 118.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #046701 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.60 |
| HSL | 118.24º | 0.98% | 0.2% | - |
| HSV(B) | 118.24º | 0.99% | 0.4% | - |
| XYZ | 4.91 | 9.73 | 1.65 | - |
| YUV | 61.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 1 | 0.96 | 0 | 0.99 | 0.60 | 118.24 | 0.98 | 0.2 |
| Hex | 4 | 67 | 1 | 60 | 0 | 63 | 3C | 76 | 62 | 14 |
| Octal | 4 | 147 | 1 | 140 | 0 | 143 | 74 | 166 | 142 | 24 |
| Binary | 100 | 1100111 | 1 | 1100000 | 0 | 1100011 | 111100 | 1110110 | 1100010 | 10100 |
Color Harmonies of #046701
Complementary color
Monochromatic Colors of #046701
Black with #046701
Text Example
Text Example
White with #046701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046701; }
p { color: rgb(4,103,1); }
H1.HeaderClassName
{
color: #046701;
}
.AnyTagClassName
{
color: #046701;
}
</style>
background-color css
<style>
a { background-color: #046701; }
a { background-color: rgb(4,103,1); }
div.DivClassName
{
background-color: #046701;
}
.BgClassName
{
background-color: #046701;
}
</style>
border-color css
<style>
span { border-color: #046701; }
span { border-color: rgb(4,103,1); }
td.TdClassName
{
border-color: #046701;
}
.TagClassName
{
border-color: #046701;
}
</style>