Shades of Fiji Green #5D7426
Tints of Fiji Green #5D7426
RGB
CMYK
RGB Variations
Color information
#5D7426 (or 0x5D7426) is known color: Fiji Green. HEX triplet: 5D, 74 and 26. RGB value is (93,116,38). Sum of RGB (Red+Green+Blue) = 93+116+38=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7426 is #A28BD9. Grayscale: #646464. Windows color (decimal): -10652634 or 2520157. OLE color: 2520157.
HSL color Cylindrical-coordinate representation of color #5D7426: hue angle of 77.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D7426 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 38 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.55 |
| HSL | 77.69º | 0.51% | 0.3% | - |
| HSV(B) | 77.69º | 0.67% | 0.45% | - |
| XYZ | 11.11 | 14.96 | 4.14 | - |
| YUV | 100.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 38 | 0.20 | 0 | 0.67 | 0.55 | 77.69 | 0.51 | 0.3 |
| Hex | 5D | 74 | 26 | 14 | 0 | 43 | 37 | 4E | 33 | 1E |
| Octal | 135 | 164 | 46 | 24 | 0 | 103 | 67 | 116 | 63 | 36 |
| Binary | 1011101 | 1110100 | 100110 | 10100 | 0 | 1000011 | 110111 | 1001110 | 110011 | 11110 |
Color Harmonies of #5D7426
Complementary color
Monochromatic Colors of #5D7426
Black with #5D7426
Text Example
Text Example
White with #5D7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7426; }
p { color: rgb(93,116,38); }
H1.HeaderClassName
{
color: #5D7426;
}
.AnyTagClassName
{
color: #5D7426;
}
</style>
background-color css
<style>
a { background-color: #5D7426; }
a { background-color: rgb(93,116,38); }
div.DivClassName
{
background-color: #5D7426;
}
.BgClassName
{
background-color: #5D7426;
}
</style>
border-color css
<style>
span { border-color: #5D7426; }
span { border-color: rgb(93,116,38); }
td.TdClassName
{
border-color: #5D7426;
}
.TagClassName
{
border-color: #5D7426;
}
</style>