Shades of Fiji Green #5E731B
Tints of Fiji Green #5E731B
RGB
CMYK
RGB Variations
Color information
#5E731B (or 0x5E731B) is known color: Fiji Green. HEX triplet: 5E, 73 and 1B. RGB value is (94,115,27). Sum of RGB (Red+Green+Blue) = 94+115+27=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #5E731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E731B is #A18CE4. Grayscale: #636363. Windows color (decimal): -10587365 or 1799006. OLE color: 1799006.
HSL color Cylindrical-coordinate representation of color #5E731B: hue angle of 74.32º degrees, saturation: 0.62, 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 #5E731B is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 27 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.55 |
| HSL | 74.32º | 0.62% | 0.28% | - |
| HSV(B) | 74.32º | 0.77% | 0.45% | - |
| XYZ | 10.94 | 14.72 | 3.3 | - |
| YUV | 98.69 | 87.54 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 27 | 0.18 | 0 | 0.77 | 0.55 | 74.32 | 0.62 | 0.28 |
| Hex | 5E | 73 | 1B | 12 | 0 | 4D | 37 | 4A | 3E | 1C |
| Octal | 136 | 163 | 33 | 22 | 0 | 115 | 67 | 112 | 76 | 34 |
| Binary | 1011110 | 1110011 | 11011 | 10010 | 0 | 1001101 | 110111 | 1001010 | 111110 | 11100 |
Color Harmonies of #5E731B
Complementary color
Monochromatic Colors of #5E731B
Black with #5E731B
Text Example
Text Example
White with #5E731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E731B; }
p { color: rgb(94,115,27); }
H1.HeaderClassName
{
color: #5E731B;
}
.AnyTagClassName
{
color: #5E731B;
}
</style>
background-color css
<style>
a { background-color: #5E731B; }
a { background-color: rgb(94,115,27); }
div.DivClassName
{
background-color: #5E731B;
}
.BgClassName
{
background-color: #5E731B;
}
</style>
border-color css
<style>
span { border-color: #5E731B; }
span { border-color: rgb(94,115,27); }
td.TdClassName
{
border-color: #5E731B;
}
.TagClassName
{
border-color: #5E731B;
}
</style>