Shades of Fiji Green #547412
Tints of Fiji Green #547412
RGB
CMYK
RGB Variations
Color information
#547412 (or 0x547412) is known color: Fiji Green. HEX triplet: 54, 74 and 12. RGB value is (84,116,18). Sum of RGB (Red+Green+Blue) = 84+116+18=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #547412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547412 is #AB8BED. Grayscale: #5F5F5F. Windows color (decimal): -11242478 or 1209428. OLE color: 1209428.
HSL color Cylindrical-coordinate representation of color #547412: hue angle of 79.59º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #547412 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 84 | 116 | 18 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.55 |
| HSL | 79.59º | 0.73% | 0.26% | - |
| HSV(B) | 79.59º | 0.84% | 0.45% | - |
| XYZ | 10.01 | 14.42 | 2.83 | - |
| YUV | 95.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 116 | 18 | 0.28 | 0 | 0.84 | 0.55 | 79.59 | 0.73 | 0.26 |
| Hex | 54 | 74 | 12 | 1C | 0 | 54 | 37 | 50 | 49 | 1A |
| Octal | 124 | 164 | 22 | 34 | 0 | 124 | 67 | 120 | 111 | 32 |
| Binary | 1010100 | 1110100 | 10010 | 11100 | 0 | 1010100 | 110111 | 1010000 | 1001001 | 11010 |
Color Harmonies of #547412
Complementary color
Monochromatic Colors of #547412
Black with #547412
Text Example
Text Example
White with #547412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547412; }
p { color: rgb(84,116,18); }
H1.HeaderClassName
{
color: #547412;
}
.AnyTagClassName
{
color: #547412;
}
</style>
background-color css
<style>
a { background-color: #547412; }
a { background-color: rgb(84,116,18); }
div.DivClassName
{
background-color: #547412;
}
.BgClassName
{
background-color: #547412;
}
</style>
border-color css
<style>
span { border-color: #547412; }
span { border-color: rgb(84,116,18); }
td.TdClassName
{
border-color: #547412;
}
.TagClassName
{
border-color: #547412;
}
</style>