Shades of Fiji Green #56731A
Tints of Fiji Green #56731A
RGB
CMYK
RGB Variations
Color information
#56731A (or 0x56731A) is known color: Fiji Green. HEX triplet: 56, 73 and 1A. RGB value is (86,115,26). Sum of RGB (Red+Green+Blue) = 86+115+26=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #56731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56731A is #A98CE5. Grayscale: #606060. Windows color (decimal): -11111654 or 1733462. OLE color: 1733462.
HSL color Cylindrical-coordinate representation of color #56731A: hue angle of 79.55º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56731A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 115 | 26 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.55 |
| HSL | 79.55º | 0.63% | 0.28% | - |
| HSV(B) | 79.55º | 0.77% | 0.45% | - |
| XYZ | 10.15 | 14.31 | 3.21 | - |
| YUV | 96.18 | 88.39 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 26 | 0.25 | 0 | 0.77 | 0.55 | 79.55 | 0.63 | 0.28 |
| Hex | 56 | 73 | 1A | 19 | 0 | 4D | 37 | 50 | 3F | 1C |
| Octal | 126 | 163 | 32 | 31 | 0 | 115 | 67 | 120 | 77 | 34 |
| Binary | 1010110 | 1110011 | 11010 | 11001 | 0 | 1001101 | 110111 | 1010000 | 111111 | 11100 |
Color Harmonies of #56731A
Complementary color
Monochromatic Colors of #56731A
Black with #56731A
Text Example
Text Example
White with #56731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56731A; }
p { color: rgb(86,115,26); }
H1.HeaderClassName
{
color: #56731A;
}
.AnyTagClassName
{
color: #56731A;
}
</style>
background-color css
<style>
a { background-color: #56731A; }
a { background-color: rgb(86,115,26); }
div.DivClassName
{
background-color: #56731A;
}
.BgClassName
{
background-color: #56731A;
}
</style>
border-color css
<style>
span { border-color: #56731A; }
span { border-color: rgb(86,115,26); }
td.TdClassName
{
border-color: #56731A;
}
.TagClassName
{
border-color: #56731A;
}
</style>