Shades of Fiji Green #5E731D
Tints of Fiji Green #5E731D
RGB
CMYK
RGB Variations
Color information
#5E731D (or 0x5E731D) is known color: Fiji Green. HEX triplet: 5E, 73 and 1D. RGB value is (94,115,29). Sum of RGB (Red+Green+Blue) = 94+115+29=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #5E731D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E731D is #A18CE2. Grayscale: #636363. Windows color (decimal): -10587363 or 1930078. OLE color: 1930078.
HSL color Cylindrical-coordinate representation of color #5E731D: hue angle of 74.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E731D is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 29 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.55 |
| HSL | 74.65º | 0.6% | 0.28% | - |
| HSV(B) | 74.65º | 0.75% | 0.45% | - |
| XYZ | 10.97 | 14.73 | 3.43 | - |
| YUV | 98.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 29 | 0.18 | 0 | 0.75 | 0.55 | 74.65 | 0.6 | 0.28 |
| Hex | 5E | 73 | 1D | 12 | 0 | 4B | 37 | 4B | 3C | 1C |
| Octal | 136 | 163 | 35 | 22 | 0 | 113 | 67 | 113 | 74 | 34 |
| Binary | 1011110 | 1110011 | 11101 | 10010 | 0 | 1001011 | 110111 | 1001011 | 111100 | 11100 |
Color Harmonies of #5E731D
Complementary color
Monochromatic Colors of #5E731D
Black with #5E731D
Text Example
Text Example
White with #5E731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E731D; }
p { color: rgb(94,115,29); }
H1.HeaderClassName
{
color: #5E731D;
}
.AnyTagClassName
{
color: #5E731D;
}
</style>
background-color css
<style>
a { background-color: #5E731D; }
a { background-color: rgb(94,115,29); }
div.DivClassName
{
background-color: #5E731D;
}
.BgClassName
{
background-color: #5E731D;
}
</style>
border-color css
<style>
span { border-color: #5E731D; }
span { border-color: rgb(94,115,29); }
td.TdClassName
{
border-color: #5E731D;
}
.TagClassName
{
border-color: #5E731D;
}
</style>