Shades of Green #04660C
Tints of Green #04660C
RGB
CMYK
RGB Variations
Color information
#04660C (or 0x04660C) is known color: Green. HEX triplet: 04, 66 and 0C. RGB value is (4,102,12). Sum of RGB (Red+Green+Blue) = 4+102+12=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 102 (40.23% from 255 or 86.44% from 118); Blue value is 12 (5.08% from 255 or 10.17% from 118); Max value from RGB is 102 - color contains mainly: green. Hex color #04660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04660C is #FB99F3. Grayscale: #3E3E3E. Windows color (decimal): -16488948 or 812548. OLE color: 812548.
HSL color Cylindrical-coordinate representation of color #04660C: hue angle of 124.9º 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 #04660C is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 102 | 12 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.6 |
| HSL | 124.9º | 0.92% | 0.21% | - |
| HSV(B) | 124.9º | 0.96% | 0.4% | - |
| XYZ | 4.87 | 9.56 | 1.94 | - |
| YUV | 62.44 | 99.53 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 12 | 0.96 | 0 | 0.88 | 0.6 | 124.9 | 0.92 | 0.21 |
| Hex | 4 | 66 | C | 60 | 0 | 58 | 3C | 7D | 5C | 15 |
| Octal | 4 | 146 | 14 | 140 | 0 | 130 | 74 | 175 | 134 | 25 |
| Binary | 100 | 1100110 | 1100 | 1100000 | 0 | 1011000 | 111100 | 1111101 | 1011100 | 10101 |
Color Harmonies of #04660C
Complementary color
Monochromatic Colors of #04660C
Black with #04660C
Text Example
Text Example
White with #04660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04660C; }
p { color: rgb(4,102,12); }
H1.HeaderClassName
{
color: #04660C;
}
.AnyTagClassName
{
color: #04660C;
}
</style>
background-color css
<style>
a { background-color: #04660C; }
a { background-color: rgb(4,102,12); }
div.DivClassName
{
background-color: #04660C;
}
.BgClassName
{
background-color: #04660C;
}
</style>
border-color css
<style>
span { border-color: #04660C; }
span { border-color: rgb(4,102,12); }
td.TdClassName
{
border-color: #04660C;
}
.TagClassName
{
border-color: #04660C;
}
</style>