Shades of Fiji Green #546B04
Tints of Fiji Green #546B04
RGB
CMYK
RGB Variations
Color information
#546B04 (or 0x546B04) is known color: Fiji Green. HEX triplet: 54, 6B and 04. RGB value is (84,107,4). Sum of RGB (Red+Green+Blue) = 84+107+4=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #546B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546B04 is #AB94FB. Grayscale: #585858. Windows color (decimal): -11244796 or 289620. OLE color: 289620.
HSL color Cylindrical-coordinate representation of color #546B04: hue angle of 73.4º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #546B04 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 107 | 4 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.58 |
| HSL | 73.4º | 0.93% | 0.22% | - |
| HSV(B) | 73.4º | 0.96% | 0.42% | - |
| XYZ | 8.94 | 12.41 | 2.04 | - |
| YUV | 88.38 | 80.38 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 4 | 0.21 | 0 | 0.96 | 0.58 | 73.4 | 0.93 | 0.22 |
| Hex | 54 | 6B | 4 | 15 | 0 | 60 | 3A | 49 | 5D | 16 |
| Octal | 124 | 153 | 4 | 25 | 0 | 140 | 72 | 111 | 135 | 26 |
| Binary | 1010100 | 1101011 | 100 | 10101 | 0 | 1100000 | 111010 | 1001001 | 1011101 | 10110 |
Color Harmonies of #546B04
Complementary color
Monochromatic Colors of #546B04
Black with #546B04
Text Example
Text Example
White with #546B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B04; }
p { color: rgb(84,107,4); }
H1.HeaderClassName
{
color: #546B04;
}
.AnyTagClassName
{
color: #546B04;
}
</style>
background-color css
<style>
a { background-color: #546B04; }
a { background-color: rgb(84,107,4); }
div.DivClassName
{
background-color: #546B04;
}
.BgClassName
{
background-color: #546B04;
}
</style>
border-color css
<style>
span { border-color: #546B04; }
span { border-color: rgb(84,107,4); }
td.TdClassName
{
border-color: #546B04;
}
.TagClassName
{
border-color: #546B04;
}
</style>