Shades of Green #046605
Tints of Green #046605
RGB
CMYK
RGB Variations
Color information
#046605 (or 0x046605) is known color: Green. HEX triplet: 04, 66 and 05. RGB value is (4,102,5). Sum of RGB (Red+Green+Blue) = 4+102+5=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 102 (40.23% from 255 or 91.89% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 102 - color contains mainly: green. Hex color #046605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046605 is #FB99FA. Grayscale: #3D3D3D. Windows color (decimal): -16488955 or 353796. OLE color: 353796.
HSL color Cylindrical-coordinate representation of color #046605: hue angle of 120.61º degrees, saturation: 0.92, 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 #046605 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 102 | 5 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.6 |
| HSL | 120.61º | 0.92% | 0.21% | - |
| HSV(B) | 120.61º | 0.96% | 0.4% | - |
| XYZ | 4.83 | 9.54 | 1.73 | - |
| YUV | 61.64 | 96.03 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 5 | 0.96 | 0 | 0.95 | 0.6 | 120.61 | 0.92 | 0.21 |
| Hex | 4 | 66 | 5 | 60 | 0 | 5F | 3C | 79 | 5C | 15 |
| Octal | 4 | 146 | 5 | 140 | 0 | 137 | 74 | 171 | 134 | 25 |
| Binary | 100 | 1100110 | 101 | 1100000 | 0 | 1011111 | 111100 | 1111001 | 1011100 | 10101 |
Color Harmonies of #046605
Complementary color
Monochromatic Colors of #046605
Black with #046605
Text Example
Text Example
White with #046605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046605; }
p { color: rgb(4,102,5); }
H1.HeaderClassName
{
color: #046605;
}
.AnyTagClassName
{
color: #046605;
}
</style>
background-color css
<style>
a { background-color: #046605; }
a { background-color: rgb(4,102,5); }
div.DivClassName
{
background-color: #046605;
}
.BgClassName
{
background-color: #046605;
}
</style>
border-color css
<style>
span { border-color: #046605; }
span { border-color: rgb(4,102,5); }
td.TdClassName
{
border-color: #046605;
}
.TagClassName
{
border-color: #046605;
}
</style>