Shades of Green #046505
Tints of Green #046505
RGB
CMYK
RGB Variations
Color information
#046505 (or 0x046505) is known color: Green. HEX triplet: 04, 65 and 05. RGB value is (4,101,5). Sum of RGB (Red+Green+Blue) = 4+101+5=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 101 (39.84% from 255 or 91.82% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 101 - color contains mainly: green. Hex color #046505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046505 is #FB9AFA. Grayscale: #3D3D3D. Windows color (decimal): -16489211 or 353540. OLE color: 353540.
HSL color Cylindrical-coordinate representation of color #046505: hue angle of 120.62º 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 #046505 is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 5 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.60 |
| HSL | 120.62º | 0.92% | 0.21% | - |
| HSV(B) | 120.62º | 0.96% | 0.4% | - |
| XYZ | 4.73 | 9.34 | 1.7 | - |
| YUV | 61.05 | 96.36 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 5 | 0.96 | 0 | 0.95 | 0.60 | 120.62 | 0.92 | 0.21 |
| Hex | 4 | 65 | 5 | 60 | 0 | 5F | 3C | 79 | 5C | 15 |
| Octal | 4 | 145 | 5 | 140 | 0 | 137 | 74 | 171 | 134 | 25 |
| Binary | 100 | 1100101 | 101 | 1100000 | 0 | 1011111 | 111100 | 1111001 | 1011100 | 10101 |
Color Harmonies of #046505
Complementary color
Monochromatic Colors of #046505
Black with #046505
Text Example
Text Example
White with #046505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046505; }
p { color: rgb(4,101,5); }
H1.HeaderClassName
{
color: #046505;
}
.AnyTagClassName
{
color: #046505;
}
</style>
background-color css
<style>
a { background-color: #046505; }
a { background-color: rgb(4,101,5); }
div.DivClassName
{
background-color: #046505;
}
.BgClassName
{
background-color: #046505;
}
</style>
border-color css
<style>
span { border-color: #046505; }
span { border-color: rgb(4,101,5); }
td.TdClassName
{
border-color: #046505;
}
.TagClassName
{
border-color: #046505;
}
</style>