Shades of Green #04680D
Tints of Green #04680D
RGB
CMYK
RGB Variations
Color information
#04680D (or 0x04680D) is known color: Green. HEX triplet: 04, 68 and 0D. RGB value is (4,104,13). Sum of RGB (Red+Green+Blue) = 4+104+13=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #04680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04680D is #FB97F2. Grayscale: #3F3F3F. Windows color (decimal): -16488435 or 878596. OLE color: 878596.
HSL color Cylindrical-coordinate representation of color #04680D: hue angle of 125.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04680D is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 13 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.59 |
| HSL | 125.4º | 0.93% | 0.21% | - |
| HSV(B) | 125.4º | 0.96% | 0.41% | - |
| XYZ | 5.07 | 9.96 | 2.03 | - |
| YUV | 63.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 13 | 0.96 | 0 | 0.88 | 0.59 | 125.4 | 0.93 | 0.21 |
| Hex | 4 | 68 | D | 60 | 0 | 58 | 3B | 7D | 5D | 15 |
| Octal | 4 | 150 | 15 | 140 | 0 | 130 | 73 | 175 | 135 | 25 |
| Binary | 100 | 1101000 | 1101 | 1100000 | 0 | 1011000 | 111011 | 1111101 | 1011101 | 10101 |
Color Harmonies of #04680D
Complementary color
Monochromatic Colors of #04680D
Black with #04680D
Text Example
Text Example
White with #04680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04680D; }
p { color: rgb(4,104,13); }
H1.HeaderClassName
{
color: #04680D;
}
.AnyTagClassName
{
color: #04680D;
}
</style>
background-color css
<style>
a { background-color: #04680D; }
a { background-color: rgb(4,104,13); }
div.DivClassName
{
background-color: #04680D;
}
.BgClassName
{
background-color: #04680D;
}
</style>
border-color css
<style>
span { border-color: #04680D; }
span { border-color: rgb(4,104,13); }
td.TdClassName
{
border-color: #04680D;
}
.TagClassName
{
border-color: #04680D;
}
</style>