Shades of Green #046C08
Tints of Green #046C08
RGB
CMYK
RGB Variations
Color information
#046C08 (or 0x046C08) is known color: Green. HEX triplet: 04, 6C and 08. RGB value is (4,108,8). Sum of RGB (Red+Green+Blue) = 4+108+8=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 108 (42.58% from 255 or 90% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 108 - color contains mainly: green. Hex color #046C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046C08 is #FB93F7. Grayscale: #414141. Windows color (decimal): -16487416 or 551940. OLE color: 551940.
HSL color Cylindrical-coordinate representation of color #046C08: hue angle of 122.31º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C08 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 108 | 8 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.58 |
| HSL | 122.31º | 0.93% | 0.22% | - |
| HSV(B) | 122.31º | 0.96% | 0.42% | - |
| XYZ | 5.46 | 10.77 | 2.02 | - |
| YUV | 65.5 | 95.54 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 8 | 0.96 | 0 | 0.93 | 0.58 | 122.31 | 0.93 | 0.22 |
| Hex | 4 | 6C | 8 | 60 | 0 | 5D | 3A | 7A | 5D | 16 |
| Octal | 4 | 154 | 10 | 140 | 0 | 135 | 72 | 172 | 135 | 26 |
| Binary | 100 | 1101100 | 1000 | 1100000 | 0 | 1011101 | 111010 | 1111010 | 1011101 | 10110 |
Color Harmonies of #046C08
Complementary color
Monochromatic Colors of #046C08
Black with #046C08
Text Example
Text Example
White with #046C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046C08; }
p { color: rgb(4,108,8); }
H1.HeaderClassName
{
color: #046C08;
}
.AnyTagClassName
{
color: #046C08;
}
</style>
background-color css
<style>
a { background-color: #046C08; }
a { background-color: rgb(4,108,8); }
div.DivClassName
{
background-color: #046C08;
}
.BgClassName
{
background-color: #046C08;
}
</style>
border-color css
<style>
span { border-color: #046C08; }
span { border-color: rgb(4,108,8); }
td.TdClassName
{
border-color: #046C08;
}
.TagClassName
{
border-color: #046C08;
}
</style>