Shades of Fiji Green #5D7418
Tints of Fiji Green #5D7418
RGB
CMYK
RGB Variations
Color information
#5D7418 (or 0x5D7418) is known color: Fiji Green. HEX triplet: 5D, 74 and 18. RGB value is (93,116,24). Sum of RGB (Red+Green+Blue) = 93+116+24=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7418 is #A28BE7. Grayscale: #626262. Windows color (decimal): -10652648 or 1602653. OLE color: 1602653.
HSL color Cylindrical-coordinate representation of color #5D7418: hue angle of 75º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D7418 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 24 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.55 |
| HSL | 75º | 0.66% | 0.27% | - |
| HSV(B) | 75º | 0.79% | 0.45% | - |
| XYZ | 10.92 | 14.88 | 3.16 | - |
| YUV | 98.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 24 | 0.20 | 0 | 0.79 | 0.55 | 75 | 0.66 | 0.27 |
| Hex | 5D | 74 | 18 | 14 | 0 | 4F | 37 | 4B | 42 | 1B |
| Octal | 135 | 164 | 30 | 24 | 0 | 117 | 67 | 113 | 102 | 33 |
| Binary | 1011101 | 1110100 | 11000 | 10100 | 0 | 1001111 | 110111 | 1001011 | 1000010 | 11011 |
Color Harmonies of #5D7418
Complementary color
Monochromatic Colors of #5D7418
Black with #5D7418
Text Example
Text Example
White with #5D7418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7418; }
p { color: rgb(93,116,24); }
H1.HeaderClassName
{
color: #5D7418;
}
.AnyTagClassName
{
color: #5D7418;
}
</style>
background-color css
<style>
a { background-color: #5D7418; }
a { background-color: rgb(93,116,24); }
div.DivClassName
{
background-color: #5D7418;
}
.BgClassName
{
background-color: #5D7418;
}
</style>
border-color css
<style>
span { border-color: #5D7418; }
span { border-color: rgb(93,116,24); }
td.TdClassName
{
border-color: #5D7418;
}
.TagClassName
{
border-color: #5D7418;
}
</style>