Shades of Fiji Green #4E730A
Tints of Fiji Green #4E730A
RGB
CMYK
RGB Variations
Color information
#4E730A (or 0x4E730A) is known color: Fiji Green. HEX triplet: 4E, 73 and 0A. RGB value is (78,115,10). Sum of RGB (Red+Green+Blue) = 78+115+10=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #4E730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E730A is #B18CF5. Grayscale: #5C5C5C. Windows color (decimal): -11635958 or 684878. OLE color: 684878.
HSL color Cylindrical-coordinate representation of color #4E730A: hue angle of 81.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E730A is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 10 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.55 |
| HSL | 81.14º | 0.84% | 0.25% | - |
| HSV(B) | 81.14º | 0.91% | 0.45% | - |
| XYZ | 9.33 | 13.9 | 2.48 | - |
| YUV | 91.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 10 | 0.32 | 0 | 0.91 | 0.55 | 81.14 | 0.84 | 0.25 |
| Hex | 4E | 73 | A | 20 | 0 | 5B | 37 | 51 | 54 | 19 |
| Octal | 116 | 163 | 12 | 40 | 0 | 133 | 67 | 121 | 124 | 31 |
| Binary | 1001110 | 1110011 | 1010 | 100000 | 0 | 1011011 | 110111 | 1010001 | 1010100 | 11001 |
Color Harmonies of #4E730A
Complementary color
Monochromatic Colors of #4E730A
Black with #4E730A
Text Example
Text Example
White with #4E730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E730A; }
p { color: rgb(78,115,10); }
H1.HeaderClassName
{
color: #4E730A;
}
.AnyTagClassName
{
color: #4E730A;
}
</style>
background-color css
<style>
a { background-color: #4E730A; }
a { background-color: rgb(78,115,10); }
div.DivClassName
{
background-color: #4E730A;
}
.BgClassName
{
background-color: #4E730A;
}
</style>
border-color css
<style>
span { border-color: #4E730A; }
span { border-color: rgb(78,115,10); }
td.TdClassName
{
border-color: #4E730A;
}
.TagClassName
{
border-color: #4E730A;
}
</style>