Shades of Green #04650F
Tints of Green #04650F
RGB
CMYK
RGB Variations
Color information
#04650F (or 0x04650F) is known color: Green. HEX triplet: 04, 65 and 0F. RGB value is (4,101,15). Sum of RGB (Red+Green+Blue) = 4+101+15=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 101 (39.84% from 255 or 84.17% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 101 - color contains mainly: green. Hex color #04650F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04650F is #FB9AF0. Grayscale: #3E3E3E. Windows color (decimal): -16489201 or 1008900. OLE color: 1008900.
HSL color Cylindrical-coordinate representation of color #04650F: hue angle of 126.8º 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 #04650F is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 15 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.60 |
| HSL | 126.8º | 0.92% | 0.21% | - |
| HSV(B) | 126.8º | 0.96% | 0.4% | - |
| XYZ | 4.79 | 9.37 | 2.01 | - |
| YUV | 62.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 15 | 0.96 | 0 | 0.85 | 0.60 | 126.8 | 0.92 | 0.21 |
| Hex | 4 | 65 | F | 60 | 0 | 55 | 3C | 7F | 5C | 15 |
| Octal | 4 | 145 | 17 | 140 | 0 | 125 | 74 | 177 | 134 | 25 |
| Binary | 100 | 1100101 | 1111 | 1100000 | 0 | 1010101 | 111100 | 1111111 | 1011100 | 10101 |
Color Harmonies of #04650F
Complementary color
Monochromatic Colors of #04650F
Black with #04650F
Text Example
Text Example
White with #04650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04650F; }
p { color: rgb(4,101,15); }
H1.HeaderClassName
{
color: #04650F;
}
.AnyTagClassName
{
color: #04650F;
}
</style>
background-color css
<style>
a { background-color: #04650F; }
a { background-color: rgb(4,101,15); }
div.DivClassName
{
background-color: #04650F;
}
.BgClassName
{
background-color: #04650F;
}
</style>
border-color css
<style>
span { border-color: #04650F; }
span { border-color: rgb(4,101,15); }
td.TdClassName
{
border-color: #04650F;
}
.TagClassName
{
border-color: #04650F;
}
</style>