Shades of Fiji Green #4D7302
Tints of Fiji Green #4D7302
RGB
CMYK
RGB Variations
Color information
#4D7302 (or 0x4D7302) is known color: Fiji Green. HEX triplet: 4D, 73 and 02. RGB value is (77,115,2). Sum of RGB (Red+Green+Blue) = 77+115+2=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 115 (45.31% from 255 or 59.28% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7302 is #B28CFD. Grayscale: #5B5B5B. Windows color (decimal): -11701502 or 160589. OLE color: 160589.
HSL color Cylindrical-coordinate representation of color #4D7302: hue angle of 80.18º 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 #4D7302 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 2 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.55 |
| HSL | 80.18º | 0.97% | 0.23% | - |
| HSV(B) | 80.18º | 0.98% | 0.45% | - |
| XYZ | 9.2 | 13.84 | 2.24 | - |
| YUV | 90.76 | 77.91 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 2 | 0.33 | 0 | 0.98 | 0.55 | 80.18 | 0.97 | 0.23 |
| Hex | 4D | 73 | 2 | 21 | 0 | 62 | 37 | 50 | 61 | 17 |
| Octal | 115 | 163 | 2 | 41 | 0 | 142 | 67 | 120 | 141 | 27 |
| Binary | 1001101 | 1110011 | 10 | 100001 | 0 | 1100010 | 110111 | 1010000 | 1100001 | 10111 |
Color Harmonies of #4D7302
Complementary color
Monochromatic Colors of #4D7302
Black with #4D7302
Text Example
Text Example
White with #4D7302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7302; }
p { color: rgb(77,115,2); }
H1.HeaderClassName
{
color: #4D7302;
}
.AnyTagClassName
{
color: #4D7302;
}
</style>
background-color css
<style>
a { background-color: #4D7302; }
a { background-color: rgb(77,115,2); }
div.DivClassName
{
background-color: #4D7302;
}
.BgClassName
{
background-color: #4D7302;
}
</style>
border-color css
<style>
span { border-color: #4D7302; }
span { border-color: rgb(77,115,2); }
td.TdClassName
{
border-color: #4D7302;
}
.TagClassName
{
border-color: #4D7302;
}
</style>