Shades of Green #04620B
Tints of Green #04620B
RGB
CMYK
RGB Variations
Color information
#04620B (or 0x04620B) is known color: Green. HEX triplet: 04, 62 and 0B. RGB value is (4,98,11). Sum of RGB (Red+Green+Blue) = 4+98+11=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 98 (38.67% from 255 or 86.73% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 98 - color contains mainly: green. Hex color #04620B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04620B is #FB9DF4. Grayscale: #3C3C3C. Windows color (decimal): -16489973 or 745988. OLE color: 745988.
HSL color Cylindrical-coordinate representation of color #04620B: hue angle of 124.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04620B is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 11 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.62 |
| HSL | 124.47º | 0.92% | 0.2% | - |
| HSV(B) | 124.47º | 0.96% | 0.38% | - |
| XYZ | 4.48 | 8.79 | 1.78 | - |
| YUV | 59.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 11 | 0.96 | 0 | 0.89 | 0.62 | 124.47 | 0.92 | 0.2 |
| Hex | 4 | 62 | B | 60 | 0 | 59 | 3E | 7C | 5C | 14 |
| Octal | 4 | 142 | 13 | 140 | 0 | 131 | 76 | 174 | 134 | 24 |
| Binary | 100 | 1100010 | 1011 | 1100000 | 0 | 1011001 | 111110 | 1111100 | 1011100 | 10100 |
Color Harmonies of #04620B
Complementary color
Monochromatic Colors of #04620B
Black with #04620B
Text Example
Text Example
White with #04620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04620B; }
p { color: rgb(4,98,11); }
H1.HeaderClassName
{
color: #04620B;
}
.AnyTagClassName
{
color: #04620B;
}
</style>
background-color css
<style>
a { background-color: #04620B; }
a { background-color: rgb(4,98,11); }
div.DivClassName
{
background-color: #04620B;
}
.BgClassName
{
background-color: #04620B;
}
</style>
border-color css
<style>
span { border-color: #04620B; }
span { border-color: rgb(4,98,11); }
td.TdClassName
{
border-color: #04620B;
}
.TagClassName
{
border-color: #04620B;
}
</style>