Shades of Fiji Green #546D14
Tints of Fiji Green #546D14
RGB
CMYK
RGB Variations
Color information
#546D14 (or 0x546D14) is known color: Fiji Green. HEX triplet: 54, 6D and 14. RGB value is (84,109,20). Sum of RGB (Red+Green+Blue) = 84+109+20=213 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.44% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #546D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546D14 is #AB92EB. Grayscale: #5B5B5B. Windows color (decimal): -11244268 or 1338708. OLE color: 1338708.
HSL color Cylindrical-coordinate representation of color #546D14: hue angle of 76.85º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #546D14 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 20 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.57 |
| HSL | 76.85º | 0.69% | 0.25% | - |
| HSV(B) | 76.85º | 0.82% | 0.43% | - |
| XYZ | 9.25 | 12.87 | 2.66 | - |
| YUV | 91.38 | 87.72 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 20 | 0.23 | 0 | 0.82 | 0.57 | 76.85 | 0.69 | 0.25 |
| Hex | 54 | 6D | 14 | 17 | 0 | 52 | 39 | 4D | 45 | 19 |
| Octal | 124 | 155 | 24 | 27 | 0 | 122 | 71 | 115 | 105 | 31 |
| Binary | 1010100 | 1101101 | 10100 | 10111 | 0 | 1010010 | 111001 | 1001101 | 1000101 | 11001 |
Color Harmonies of #546D14
Complementary color
Monochromatic Colors of #546D14
Black with #546D14
Text Example
Text Example
White with #546D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D14; }
p { color: rgb(84,109,20); }
H1.HeaderClassName
{
color: #546D14;
}
.AnyTagClassName
{
color: #546D14;
}
</style>
background-color css
<style>
a { background-color: #546D14; }
a { background-color: rgb(84,109,20); }
div.DivClassName
{
background-color: #546D14;
}
.BgClassName
{
background-color: #546D14;
}
</style>
border-color css
<style>
span { border-color: #546D14; }
span { border-color: rgb(84,109,20); }
td.TdClassName
{
border-color: #546D14;
}
.TagClassName
{
border-color: #546D14;
}
</style>