Shades of Fiji Green #4C7402
Tints of Fiji Green #4C7402
RGB
CMYK
RGB Variations
Color information
#4C7402 (or 0x4C7402) is known color: Fiji Green. HEX triplet: 4C, 74 and 02. RGB value is (76,116,2). Sum of RGB (Red+Green+Blue) = 76+116+2=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7402 is #B38BFD. Grayscale: #5B5B5B. Windows color (decimal): -11766782 or 160844. OLE color: 160844.
HSL color Cylindrical-coordinate representation of color #4C7402: hue angle of 81.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C7402 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 2 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.55 |
| HSL | 81.05º | 0.97% | 0.23% | - |
| HSV(B) | 81.05º | 0.98% | 0.45% | - |
| XYZ | 9.24 | 14.03 | 2.28 | - |
| YUV | 91.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 2 | 0.34 | 0 | 0.98 | 0.55 | 81.05 | 0.97 | 0.23 |
| Hex | 4C | 74 | 2 | 22 | 0 | 62 | 37 | 51 | 61 | 17 |
| Octal | 114 | 164 | 2 | 42 | 0 | 142 | 67 | 121 | 141 | 27 |
| Binary | 1001100 | 1110100 | 10 | 100010 | 0 | 1100010 | 110111 | 1010001 | 1100001 | 10111 |
Color Harmonies of #4C7402
Complementary color
Monochromatic Colors of #4C7402
Black with #4C7402
Text Example
Text Example
White with #4C7402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7402; }
p { color: rgb(76,116,2); }
H1.HeaderClassName
{
color: #4C7402;
}
.AnyTagClassName
{
color: #4C7402;
}
</style>
background-color css
<style>
a { background-color: #4C7402; }
a { background-color: rgb(76,116,2); }
div.DivClassName
{
background-color: #4C7402;
}
.BgClassName
{
background-color: #4C7402;
}
</style>
border-color css
<style>
span { border-color: #4C7402; }
span { border-color: rgb(76,116,2); }
td.TdClassName
{
border-color: #4C7402;
}
.TagClassName
{
border-color: #4C7402;
}
</style>