Shades of Green #046502
Tints of Green #046502
RGB
CMYK
RGB Variations
Color information
#046502 (or 0x046502) is known color: Green. HEX triplet: 04, 65 and 02. RGB value is (4,101,2). Sum of RGB (Red+Green+Blue) = 4+101+2=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 101 (39.84% from 255 or 94.39% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 101 - color contains mainly: green. Hex color #046502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046502 is #FB9AFD. Grayscale: #3D3D3D. Windows color (decimal): -16489214 or 156932. OLE color: 156932.
HSL color Cylindrical-coordinate representation of color #046502: hue angle of 118.79º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046502 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 2 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.60 |
| HSL | 118.79º | 0.96% | 0.2% | - |
| HSV(B) | 118.79º | 0.98% | 0.4% | - |
| XYZ | 4.71 | 9.34 | 1.61 | - |
| YUV | 60.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 2 | 0.96 | 0 | 0.98 | 0.60 | 118.79 | 0.96 | 0.2 |
| Hex | 4 | 65 | 2 | 60 | 0 | 62 | 3C | 77 | 60 | 14 |
| Octal | 4 | 145 | 2 | 140 | 0 | 142 | 74 | 167 | 140 | 24 |
| Binary | 100 | 1100101 | 10 | 1100000 | 0 | 1100010 | 111100 | 1110111 | 1100000 | 10100 |
Color Harmonies of #046502
Complementary color
Monochromatic Colors of #046502
Black with #046502
Text Example
Text Example
White with #046502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046502; }
p { color: rgb(4,101,2); }
H1.HeaderClassName
{
color: #046502;
}
.AnyTagClassName
{
color: #046502;
}
</style>
background-color css
<style>
a { background-color: #046502; }
a { background-color: rgb(4,101,2); }
div.DivClassName
{
background-color: #046502;
}
.BgClassName
{
background-color: #046502;
}
</style>
border-color css
<style>
span { border-color: #046502; }
span { border-color: rgb(4,101,2); }
td.TdClassName
{
border-color: #046502;
}
.TagClassName
{
border-color: #046502;
}
</style>