Shades of Fiji Green #4E7304
Tints of Fiji Green #4E7304
RGB
CMYK
RGB Variations
Color information
#4E7304 (or 0x4E7304) is known color: Fiji Green. HEX triplet: 4E, 73 and 04. RGB value is (78,115,4). Sum of RGB (Red+Green+Blue) = 78+115+4=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7304 is #B18CFB. Grayscale: #5B5B5B. Windows color (decimal): -11635964 or 291662. OLE color: 291662.
HSL color Cylindrical-coordinate representation of color #4E7304: hue angle of 80º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E7304 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 4 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.55 |
| HSL | 80º | 0.93% | 0.23% | - |
| HSV(B) | 80º | 0.97% | 0.45% | - |
| XYZ | 9.29 | 13.89 | 2.31 | - |
| YUV | 91.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 4 | 0.32 | 0 | 0.97 | 0.55 | 80 | 0.93 | 0.23 |
| Hex | 4E | 73 | 4 | 20 | 0 | 61 | 37 | 50 | 5D | 17 |
| Octal | 116 | 163 | 4 | 40 | 0 | 141 | 67 | 120 | 135 | 27 |
| Binary | 1001110 | 1110011 | 100 | 100000 | 0 | 1100001 | 110111 | 1010000 | 1011101 | 10111 |
Color Harmonies of #4E7304
Complementary color
Monochromatic Colors of #4E7304
Black with #4E7304
Text Example
Text Example
White with #4E7304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7304; }
p { color: rgb(78,115,4); }
H1.HeaderClassName
{
color: #4E7304;
}
.AnyTagClassName
{
color: #4E7304;
}
</style>
background-color css
<style>
a { background-color: #4E7304; }
a { background-color: rgb(78,115,4); }
div.DivClassName
{
background-color: #4E7304;
}
.BgClassName
{
background-color: #4E7304;
}
</style>
border-color css
<style>
span { border-color: #4E7304; }
span { border-color: rgb(78,115,4); }
td.TdClassName
{
border-color: #4E7304;
}
.TagClassName
{
border-color: #4E7304;
}
</style>