Shades of Green #046508
Tints of Green #046508
RGB
CMYK
RGB Variations
Color information
#046508 (or 0x046508) is known color: Green. HEX triplet: 04, 65 and 08. RGB value is (4,101,8). Sum of RGB (Red+Green+Blue) = 4+101+8=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 101 (39.84% from 255 or 89.38% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 101 - color contains mainly: green. Hex color #046508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046508 is #FB9AF7. Grayscale: #3D3D3D. Windows color (decimal): -16489208 or 550148. OLE color: 550148.
HSL color Cylindrical-coordinate representation of color #046508: hue angle of 122.47º 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 #046508 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 8 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.60 |
| HSL | 122.47º | 0.92% | 0.21% | - |
| HSV(B) | 122.47º | 0.96% | 0.4% | - |
| XYZ | 4.75 | 9.35 | 1.78 | - |
| YUV | 61.4 | 97.86 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 8 | 0.96 | 0 | 0.92 | 0.60 | 122.47 | 0.92 | 0.21 |
| Hex | 4 | 65 | 8 | 60 | 0 | 5C | 3C | 7A | 5C | 15 |
| Octal | 4 | 145 | 10 | 140 | 0 | 134 | 74 | 172 | 134 | 25 |
| Binary | 100 | 1100101 | 1000 | 1100000 | 0 | 1011100 | 111100 | 1111010 | 1011100 | 10101 |
Color Harmonies of #046508
Complementary color
Monochromatic Colors of #046508
Black with #046508
Text Example
Text Example
White with #046508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046508; }
p { color: rgb(4,101,8); }
H1.HeaderClassName
{
color: #046508;
}
.AnyTagClassName
{
color: #046508;
}
</style>
background-color css
<style>
a { background-color: #046508; }
a { background-color: rgb(4,101,8); }
div.DivClassName
{
background-color: #046508;
}
.BgClassName
{
background-color: #046508;
}
</style>
border-color css
<style>
span { border-color: #046508; }
span { border-color: rgb(4,101,8); }
td.TdClassName
{
border-color: #046508;
}
.TagClassName
{
border-color: #046508;
}
</style>