Shades of Fiji Green #556818
Tints of Fiji Green #556818
RGB
CMYK
RGB Variations
Color information
#556818 (or 0x556818) is known color: Fiji Green. HEX triplet: 55, 68 and 18. RGB value is (85,104,24). Sum of RGB (Red+Green+Blue) = 85+104+24=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #556818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556818 is #AA97E7. Grayscale: #595959. Windows color (decimal): -11180008 or 1599573. OLE color: 1599573.
HSL color Cylindrical-coordinate representation of color #556818: hue angle of 74.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #556818 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 104 | 24 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.59 |
| HSL | 74.25º | 0.63% | 0.25% | - |
| HSV(B) | 74.25º | 0.77% | 0.41% | - |
| XYZ | 8.86 | 11.9 | 2.69 | - |
| YUV | 89.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 104 | 24 | 0.18 | 0 | 0.77 | 0.59 | 74.25 | 0.63 | 0.25 |
| Hex | 55 | 68 | 18 | 12 | 0 | 4D | 3B | 4A | 3E | 19 |
| Octal | 125 | 150 | 30 | 22 | 0 | 115 | 73 | 112 | 76 | 31 |
| Binary | 1010101 | 1101000 | 11000 | 10010 | 0 | 1001101 | 111011 | 1001010 | 111110 | 11001 |
Color Harmonies of #556818
Complementary color
Monochromatic Colors of #556818
Black with #556818
Text Example
Text Example
White with #556818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556818; }
p { color: rgb(85,104,24); }
H1.HeaderClassName
{
color: #556818;
}
.AnyTagClassName
{
color: #556818;
}
</style>
background-color css
<style>
a { background-color: #556818; }
a { background-color: rgb(85,104,24); }
div.DivClassName
{
background-color: #556818;
}
.BgClassName
{
background-color: #556818;
}
</style>
border-color css
<style>
span { border-color: #556818; }
span { border-color: rgb(85,104,24); }
td.TdClassName
{
border-color: #556818;
}
.TagClassName
{
border-color: #556818;
}
</style>