Shades of Fiji Green #547000
Tints of Fiji Green #547000
RGB
CMYK
RGB Variations
Color information
#547000 (or 0x547000) is known color: Fiji Green. HEX triplet: 54, 70 and 00. RGB value is (84,112,0). Sum of RGB (Red+Green+Blue) = 84+112+0=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #547000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547000 is #AB8FFF. Grayscale: #5B5B5B. Windows color (decimal): -11243520 or 28756. OLE color: 28756.
HSL color Cylindrical-coordinate representation of color #547000: hue angle of 75º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #547000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.56 |
| HSL | 75º | 1% | 0.22% | - |
| HSV(B) | 75º | 1% | 0.44% | - |
| XYZ | 9.45 | 13.47 | 2.1 | - |
| YUV | 90.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 0 | 0.25 | 0 | 1 | 0.56 | 75 | 1 | 0.22 |
| Hex | 54 | 70 | 0 | 19 | 0 | 64 | 38 | 4B | 64 | 16 |
| Octal | 124 | 160 | 0 | 31 | 0 | 144 | 70 | 113 | 144 | 26 |
| Binary | 1010100 | 1110000 | 0 | 11001 | 0 | 1100100 | 111000 | 1001011 | 1100100 | 10110 |
Color Harmonies of #547000
Complementary color
Monochromatic Colors of #547000
Black with #547000
Text Example
Text Example
White with #547000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547000; }
p { color: rgb(84,112,0); }
H1.HeaderClassName
{
color: #547000;
}
.AnyTagClassName
{
color: #547000;
}
</style>
background-color css
<style>
a { background-color: #547000; }
a { background-color: rgb(84,112,0); }
div.DivClassName
{
background-color: #547000;
}
.BgClassName
{
background-color: #547000;
}
</style>
border-color css
<style>
span { border-color: #547000; }
span { border-color: rgb(84,112,0); }
td.TdClassName
{
border-color: #547000;
}
.TagClassName
{
border-color: #547000;
}
</style>