Shades of Fiji Green #58731D
Tints of Fiji Green #58731D
RGB
CMYK
RGB Variations
Color information
#58731D (or 0x58731D) is known color: Fiji Green. HEX triplet: 58, 73 and 1D. RGB value is (88,115,29). Sum of RGB (Red+Green+Blue) = 88+115+29=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #58731D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58731D is #A78CE2. Grayscale: #616161. Windows color (decimal): -10980579 or 1930072. OLE color: 1930072.
HSL color Cylindrical-coordinate representation of color #58731D: hue angle of 78.84º 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 #58731D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 115 | 29 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.55 |
| HSL | 78.84º | 0.6% | 0.28% | - |
| HSV(B) | 78.84º | 0.75% | 0.45% | - |
| XYZ | 10.38 | 14.42 | 3.4 | - |
| YUV | 97.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 29 | 0.23 | 0 | 0.75 | 0.55 | 78.84 | 0.6 | 0.28 |
| Hex | 58 | 73 | 1D | 17 | 0 | 4B | 37 | 4F | 3C | 1C |
| Octal | 130 | 163 | 35 | 27 | 0 | 113 | 67 | 117 | 74 | 34 |
| Binary | 1011000 | 1110011 | 11101 | 10111 | 0 | 1001011 | 110111 | 1001111 | 111100 | 11100 |
Color Harmonies of #58731D
Complementary color
Monochromatic Colors of #58731D
Black with #58731D
Text Example
Text Example
White with #58731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58731D; }
p { color: rgb(88,115,29); }
H1.HeaderClassName
{
color: #58731D;
}
.AnyTagClassName
{
color: #58731D;
}
</style>
background-color css
<style>
a { background-color: #58731D; }
a { background-color: rgb(88,115,29); }
div.DivClassName
{
background-color: #58731D;
}
.BgClassName
{
background-color: #58731D;
}
</style>
border-color css
<style>
span { border-color: #58731D; }
span { border-color: rgb(88,115,29); }
td.TdClassName
{
border-color: #58731D;
}
.TagClassName
{
border-color: #58731D;
}
</style>