Shades of Green #046000
Tints of Green #046000
RGB
CMYK
RGB Variations
Color information
#046000 (or 0x046000) is known color: Green. HEX triplet: 04, 60 and 00. RGB value is (4,96,0). Sum of RGB (Red+Green+Blue) = 4+96+0=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 96 (37.89% from 255 or 96% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 96 - color contains mainly: green. Hex color #046000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046000 is #FB9FFF. Grayscale: #393939. Windows color (decimal): -16490496 or 24580. OLE color: 24580.
HSL color Cylindrical-coordinate representation of color #046000: hue angle of 117.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #046000 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 96 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.62 |
| HSL | 117.5º | 1% | 0.19% | - |
| HSV(B) | 117.5º | 1% | 0.38% | - |
| XYZ | 4.23 | 8.39 | 1.4 | - |
| YUV | 57.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 0 | 0.96 | 0 | 1 | 0.62 | 117.5 | 1 | 0.19 |
| Hex | 4 | 60 | 0 | 60 | 0 | 64 | 3E | 76 | 64 | 13 |
| Octal | 4 | 140 | 0 | 140 | 0 | 144 | 76 | 166 | 144 | 23 |
| Binary | 100 | 1100000 | 0 | 1100000 | 0 | 1100100 | 111110 | 1110110 | 1100100 | 10011 |
Color Harmonies of #046000
Complementary color
Monochromatic Colors of #046000
Black with #046000
Text Example
Text Example
White with #046000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046000; }
p { color: rgb(4,96,0); }
H1.HeaderClassName
{
color: #046000;
}
.AnyTagClassName
{
color: #046000;
}
</style>
background-color css
<style>
a { background-color: #046000; }
a { background-color: rgb(4,96,0); }
div.DivClassName
{
background-color: #046000;
}
.BgClassName
{
background-color: #046000;
}
</style>
border-color css
<style>
span { border-color: #046000; }
span { border-color: rgb(4,96,0); }
td.TdClassName
{
border-color: #046000;
}
.TagClassName
{
border-color: #046000;
}
</style>