Shades of Fiji Green #547D12
Tints of Fiji Green #547D12
RGB
CMYK
RGB Variations
Color information
#547D12 (or 0x547D12) is known color: Fiji Green. HEX triplet: 54, 7D and 12. RGB value is (84,125,18). Sum of RGB (Red+Green+Blue) = 84+125+18=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #547D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547D12 is #AB82ED. Grayscale: #646464. Windows color (decimal): -11240174 or 1211732. OLE color: 1211732.
HSL color Cylindrical-coordinate representation of color #547D12: hue angle of 82.99º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #547D12 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 18 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.51 |
| HSL | 82.99º | 0.75% | 0.28% | - |
| HSV(B) | 82.99º | 0.86% | 0.49% | - |
| XYZ | 11.1 | 16.6 | 3.19 | - |
| YUV | 100.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 18 | 0.33 | 0 | 0.86 | 0.51 | 82.99 | 0.75 | 0.28 |
| Hex | 54 | 7D | 12 | 21 | 0 | 56 | 33 | 53 | 4B | 1C |
| Octal | 124 | 175 | 22 | 41 | 0 | 126 | 63 | 123 | 113 | 34 |
| Binary | 1010100 | 1111101 | 10010 | 100001 | 0 | 1010110 | 110011 | 1010011 | 1001011 | 11100 |
Color Harmonies of #547D12
Complementary color
Monochromatic Colors of #547D12
Black with #547D12
Text Example
Text Example
White with #547D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D12; }
p { color: rgb(84,125,18); }
H1.HeaderClassName
{
color: #547D12;
}
.AnyTagClassName
{
color: #547D12;
}
</style>
background-color css
<style>
a { background-color: #547D12; }
a { background-color: rgb(84,125,18); }
div.DivClassName
{
background-color: #547D12;
}
.BgClassName
{
background-color: #547D12;
}
</style>
border-color css
<style>
span { border-color: #547D12; }
span { border-color: rgb(84,125,18); }
td.TdClassName
{
border-color: #547D12;
}
.TagClassName
{
border-color: #547D12;
}
</style>