Shades of Green #04650D
Tints of Green #04650D
RGB
CMYK
RGB Variations
Color information
#04650D (or 0x04650D) is known color: Green. HEX triplet: 04, 65 and 0D. RGB value is (4,101,13). Sum of RGB (Red+Green+Blue) = 4+101+13=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 101 (39.84% from 255 or 85.59% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 101 - color contains mainly: green. Hex color #04650D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04650D is #FB9AF2. Grayscale: #3E3E3E. Windows color (decimal): -16489203 or 877828. OLE color: 877828.
HSL color Cylindrical-coordinate representation of color #04650D: hue angle of 125.57º 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 #04650D is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 101 | 13 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.60 |
| HSL | 125.57º | 0.92% | 0.21% | - |
| HSV(B) | 125.57º | 0.96% | 0.4% | - |
| XYZ | 4.78 | 9.36 | 1.94 | - |
| YUV | 61.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 101 | 13 | 0.96 | 0 | 0.87 | 0.60 | 125.57 | 0.92 | 0.21 |
| Hex | 4 | 65 | D | 60 | 0 | 57 | 3C | 7E | 5C | 15 |
| Octal | 4 | 145 | 15 | 140 | 0 | 127 | 74 | 176 | 134 | 25 |
| Binary | 100 | 1100101 | 1101 | 1100000 | 0 | 1010111 | 111100 | 1111110 | 1011100 | 10101 |
Color Harmonies of #04650D
Complementary color
Monochromatic Colors of #04650D
Black with #04650D
Text Example
Text Example
White with #04650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04650D; }
p { color: rgb(4,101,13); }
H1.HeaderClassName
{
color: #04650D;
}
.AnyTagClassName
{
color: #04650D;
}
</style>
background-color css
<style>
a { background-color: #04650D; }
a { background-color: rgb(4,101,13); }
div.DivClassName
{
background-color: #04650D;
}
.BgClassName
{
background-color: #04650D;
}
</style>
border-color css
<style>
span { border-color: #04650D; }
span { border-color: rgb(4,101,13); }
td.TdClassName
{
border-color: #04650D;
}
.TagClassName
{
border-color: #04650D;
}
</style>