Shades of Green #04670C
Tints of Green #04670C
RGB
CMYK
RGB Variations
Color information
#04670C (or 0x04670C) is known color: Green. HEX triplet: 04, 67 and 0C. RGB value is (4,103,12). Sum of RGB (Red+Green+Blue) = 4+103+12=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 103 (40.62% from 255 or 86.55% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 103 - color contains mainly: green. Hex color #04670C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04670C is #FB98F3. Grayscale: #3F3F3F. Windows color (decimal): -16488692 or 812804. OLE color: 812804.
HSL color Cylindrical-coordinate representation of color #04670C: hue angle of 124.85º degrees, saturation: 0.93, 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 #04670C is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 103 | 12 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.60 |
| HSL | 124.85º | 0.93% | 0.21% | - |
| HSV(B) | 124.85º | 0.96% | 0.4% | - |
| XYZ | 4.97 | 9.75 | 1.97 | - |
| YUV | 63.03 | 99.2 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 12 | 0.96 | 0 | 0.88 | 0.60 | 124.85 | 0.93 | 0.21 |
| Hex | 4 | 67 | C | 60 | 0 | 58 | 3C | 7D | 5D | 15 |
| Octal | 4 | 147 | 14 | 140 | 0 | 130 | 74 | 175 | 135 | 25 |
| Binary | 100 | 1100111 | 1100 | 1100000 | 0 | 1011000 | 111100 | 1111101 | 1011101 | 10101 |
Color Harmonies of #04670C
Complementary color
Monochromatic Colors of #04670C
Black with #04670C
Text Example
Text Example
White with #04670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04670C; }
p { color: rgb(4,103,12); }
H1.HeaderClassName
{
color: #04670C;
}
.AnyTagClassName
{
color: #04670C;
}
</style>
background-color css
<style>
a { background-color: #04670C; }
a { background-color: rgb(4,103,12); }
div.DivClassName
{
background-color: #04670C;
}
.BgClassName
{
background-color: #04670C;
}
</style>
border-color css
<style>
span { border-color: #04670C; }
span { border-color: rgb(4,103,12); }
td.TdClassName
{
border-color: #04670C;
}
.TagClassName
{
border-color: #04670C;
}
</style>