Shades of Green #04711C
Tints of Green #04711C
RGB
CMYK
RGB Variations
Color information
#04711C (or 0x04711C) is known color: Green. HEX triplet: 04, 71 and 1C. RGB value is (4,113,28). Sum of RGB (Red+Green+Blue) = 4+113+28=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #04711C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04711C is #FB8EE3. Grayscale: #464646. Windows color (decimal): -16486116 or 1863940. OLE color: 1863940.
HSL color Cylindrical-coordinate representation of color #04711C: hue angle of 133.21º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04711C is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 113 | 28 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.56 |
| HSL | 133.21º | 0.93% | 0.23% | - |
| HSV(B) | 133.21º | 0.96% | 0.44% | - |
| XYZ | 6.16 | 11.92 | 3.07 | - |
| YUV | 70.72 | 103.89 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 113 | 28 | 0.96 | 0 | 0.75 | 0.56 | 133.21 | 0.93 | 0.23 |
| Hex | 4 | 71 | 1C | 60 | 0 | 4B | 38 | 85 | 5D | 17 |
| Octal | 4 | 161 | 34 | 140 | 0 | 113 | 70 | 205 | 135 | 27 |
| Binary | 100 | 1110001 | 11100 | 1100000 | 0 | 1001011 | 111000 | 10000101 | 1011101 | 10111 |
Color Harmonies of #04711C
Complementary color
Monochromatic Colors of #04711C
Black with #04711C
Text Example
Text Example
White with #04711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04711C; }
p { color: rgb(4,113,28); }
H1.HeaderClassName
{
color: #04711C;
}
.AnyTagClassName
{
color: #04711C;
}
</style>
background-color css
<style>
a { background-color: #04711C; }
a { background-color: rgb(4,113,28); }
div.DivClassName
{
background-color: #04711C;
}
.BgClassName
{
background-color: #04711C;
}
</style>
border-color css
<style>
span { border-color: #04711C; }
span { border-color: rgb(4,113,28); }
td.TdClassName
{
border-color: #04711C;
}
.TagClassName
{
border-color: #04711C;
}
</style>