Shades of Fiji Green #547D0D
Tints of Fiji Green #547D0D
RGB
CMYK
RGB Variations
Color information
#547D0D (or 0x547D0D) is known color: Fiji Green. HEX triplet: 54, 7D and 0D. RGB value is (84,125,13). Sum of RGB (Red+Green+Blue) = 84+125+13=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 125 (49.22% from 255 or 56.31% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 125 - color contains mainly: green. Hex color #547D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547D0D is #AB82F2. Grayscale: #646464. Windows color (decimal): -11240179 or 884052. OLE color: 884052.
HSL color Cylindrical-coordinate representation of color #547D0D: hue angle of 81.96º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #547D0D is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 125 | 13 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.51 |
| HSL | 81.96º | 0.81% | 0.27% | - |
| HSV(B) | 81.96º | 0.9% | 0.49% | - |
| XYZ | 11.06 | 16.58 | 3 | - |
| YUV | 99.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 13 | 0.33 | 0 | 0.90 | 0.51 | 81.96 | 0.81 | 0.27 |
| Hex | 54 | 7D | D | 21 | 0 | 5A | 33 | 52 | 51 | 1B |
| Octal | 124 | 175 | 15 | 41 | 0 | 132 | 63 | 122 | 121 | 33 |
| Binary | 1010100 | 1111101 | 1101 | 100001 | 0 | 1011010 | 110011 | 1010010 | 1010001 | 11011 |
Color Harmonies of #547D0D
Complementary color
Monochromatic Colors of #547D0D
Black with #547D0D
Text Example
Text Example
White with #547D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D0D; }
p { color: rgb(84,125,13); }
H1.HeaderClassName
{
color: #547D0D;
}
.AnyTagClassName
{
color: #547D0D;
}
</style>
background-color css
<style>
a { background-color: #547D0D; }
a { background-color: rgb(84,125,13); }
div.DivClassName
{
background-color: #547D0D;
}
.BgClassName
{
background-color: #547D0D;
}
</style>
border-color css
<style>
span { border-color: #547D0D; }
span { border-color: rgb(84,125,13); }
td.TdClassName
{
border-color: #547D0D;
}
.TagClassName
{
border-color: #547D0D;
}
</style>