Shades of Fiji Green #5D7421
Tints of Fiji Green #5D7421
RGB
CMYK
RGB Variations
Color information
#5D7421 (or 0x5D7421) is known color: Fiji Green. HEX triplet: 5D, 74 and 21. RGB value is (93,116,33). Sum of RGB (Red+Green+Blue) = 93+116+33=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 116 (45.70% from 255 or 47.93% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7421 is #A28BDE. Grayscale: #636363. Windows color (decimal): -10652639 or 2192477. OLE color: 2192477.
HSL color Cylindrical-coordinate representation of color #5D7421: hue angle of 76.63º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D7421 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 33 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.55 |
| HSL | 76.63º | 0.56% | 0.29% | - |
| HSV(B) | 76.63º | 0.72% | 0.45% | - |
| XYZ | 11.03 | 14.93 | 3.74 | - |
| YUV | 99.66 | 90.38 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 33 | 0.20 | 0 | 0.72 | 0.55 | 76.63 | 0.56 | 0.29 |
| Hex | 5D | 74 | 21 | 14 | 0 | 48 | 37 | 4D | 38 | 1D |
| Octal | 135 | 164 | 41 | 24 | 0 | 110 | 67 | 115 | 70 | 35 |
| Binary | 1011101 | 1110100 | 100001 | 10100 | 0 | 1001000 | 110111 | 1001101 | 111000 | 11101 |
Color Harmonies of #5D7421
Complementary color
Monochromatic Colors of #5D7421
Black with #5D7421
Text Example
Text Example
White with #5D7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7421; }
p { color: rgb(93,116,33); }
H1.HeaderClassName
{
color: #5D7421;
}
.AnyTagClassName
{
color: #5D7421;
}
</style>
background-color css
<style>
a { background-color: #5D7421; }
a { background-color: rgb(93,116,33); }
div.DivClassName
{
background-color: #5D7421;
}
.BgClassName
{
background-color: #5D7421;
}
</style>
border-color css
<style>
span { border-color: #5D7421; }
span { border-color: rgb(93,116,33); }
td.TdClassName
{
border-color: #5D7421;
}
.TagClassName
{
border-color: #5D7421;
}
</style>