Shades of Fiji Green #546D00
Tints of Fiji Green #546D00
RGB
CMYK
RGB Variations
Color information
#546D00 (or 0x546D00) is known color: Fiji Green. HEX triplet: 54, 6D and 00. RGB value is (84,109,0). Sum of RGB (Red+Green+Blue) = 84+109+0=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #546D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546D00 is #AB92FF. Grayscale: #595959. Windows color (decimal): -11244288 or 27988. OLE color: 27988.
HSL color Cylindrical-coordinate representation of color #546D00: hue angle of 73.76º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #546D00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.57 |
| HSL | 73.76º | 1% | 0.21% | - |
| HSV(B) | 73.76º | 1% | 0.43% | - |
| XYZ | 9.12 | 12.82 | 1.99 | - |
| YUV | 89.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 0 | 0.23 | 0 | 1 | 0.57 | 73.76 | 1 | 0.21 |
| Hex | 54 | 6D | 0 | 17 | 0 | 64 | 39 | 4A | 64 | 15 |
| Octal | 124 | 155 | 0 | 27 | 0 | 144 | 71 | 112 | 144 | 25 |
| Binary | 1010100 | 1101101 | 0 | 10111 | 0 | 1100100 | 111001 | 1001010 | 1100100 | 10101 |
Color Harmonies of #546D00
Complementary color
Monochromatic Colors of #546D00
Black with #546D00
Text Example
Text Example
White with #546D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D00; }
p { color: rgb(84,109,0); }
H1.HeaderClassName
{
color: #546D00;
}
.AnyTagClassName
{
color: #546D00;
}
</style>
background-color css
<style>
a { background-color: #546D00; }
a { background-color: rgb(84,109,0); }
div.DivClassName
{
background-color: #546D00;
}
.BgClassName
{
background-color: #546D00;
}
</style>
border-color css
<style>
span { border-color: #546D00; }
span { border-color: rgb(84,109,0); }
td.TdClassName
{
border-color: #546D00;
}
.TagClassName
{
border-color: #546D00;
}
</style>