Shades of Green #046704
Tints of Green #046704
RGB
CMYK
RGB Variations
Color information
#046704 (or 0x046704) is known color: Green. HEX triplet: 04, 67 and 04. RGB value is (4,103,4). Sum of RGB (Red+Green+Blue) = 4+103+4=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 103 (40.62% from 255 or 92.79% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 103 - color contains mainly: green. Hex color #046704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046704 is #FB98FB. Grayscale: #3E3E3E. Windows color (decimal): -16488700 or 288516. OLE color: 288516.
HSL color Cylindrical-coordinate representation of color #046704: hue angle of 120º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046704 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 4 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.60 |
| HSL | 120º | 0.93% | 0.21% | - |
| HSV(B) | 120º | 0.96% | 0.4% | - |
| XYZ | 4.92 | 9.74 | 1.73 | - |
| YUV | 62.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 4 | 0.96 | 0 | 0.96 | 0.60 | 120 | 0.93 | 0.21 |
| Hex | 4 | 67 | 4 | 60 | 0 | 60 | 3C | 78 | 5D | 15 |
| Octal | 4 | 147 | 4 | 140 | 0 | 140 | 74 | 170 | 135 | 25 |
| Binary | 100 | 1100111 | 100 | 1100000 | 0 | 1100000 | 111100 | 1111000 | 1011101 | 10101 |
Color Harmonies of #046704
Complementary color
Monochromatic Colors of #046704
Black with #046704
Text Example
Text Example
White with #046704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046704; }
p { color: rgb(4,103,4); }
H1.HeaderClassName
{
color: #046704;
}
.AnyTagClassName
{
color: #046704;
}
</style>
background-color css
<style>
a { background-color: #046704; }
a { background-color: rgb(4,103,4); }
div.DivClassName
{
background-color: #046704;
}
.BgClassName
{
background-color: #046704;
}
</style>
border-color css
<style>
span { border-color: #046704; }
span { border-color: rgb(4,103,4); }
td.TdClassName
{
border-color: #046704;
}
.TagClassName
{
border-color: #046704;
}
</style>