Shades of Green #04680B
Tints of Green #04680B
RGB
CMYK
RGB Variations
Color information
#04680B (or 0x04680B) is known color: Green. HEX triplet: 04, 68 and 0B. RGB value is (4,104,11). Sum of RGB (Red+Green+Blue) = 4+104+11=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #04680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04680B is #FB97F4. Grayscale: #3F3F3F. Windows color (decimal): -16488437 or 747524. OLE color: 747524.
HSL color Cylindrical-coordinate representation of color #04680B: hue angle of 124.2º 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 #04680B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 11 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.59 |
| HSL | 124.2º | 0.93% | 0.21% | - |
| HSV(B) | 124.2º | 0.96% | 0.41% | - |
| XYZ | 5.06 | 9.95 | 1.97 | - |
| YUV | 63.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 11 | 0.96 | 0 | 0.89 | 0.59 | 124.2 | 0.93 | 0.21 |
| Hex | 4 | 68 | B | 60 | 0 | 59 | 3B | 7C | 5D | 15 |
| Octal | 4 | 150 | 13 | 140 | 0 | 131 | 73 | 174 | 135 | 25 |
| Binary | 100 | 1101000 | 1011 | 1100000 | 0 | 1011001 | 111011 | 1111100 | 1011101 | 10101 |
Color Harmonies of #04680B
Complementary color
Monochromatic Colors of #04680B
Black with #04680B
Text Example
Text Example
White with #04680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04680B; }
p { color: rgb(4,104,11); }
H1.HeaderClassName
{
color: #04680B;
}
.AnyTagClassName
{
color: #04680B;
}
</style>
background-color css
<style>
a { background-color: #04680B; }
a { background-color: rgb(4,104,11); }
div.DivClassName
{
background-color: #04680B;
}
.BgClassName
{
background-color: #04680B;
}
</style>
border-color css
<style>
span { border-color: #04680B; }
span { border-color: rgb(4,104,11); }
td.TdClassName
{
border-color: #04680B;
}
.TagClassName
{
border-color: #04680B;
}
</style>