Shades of Fiji Green #58721D
Tints of Fiji Green #58721D
RGB
CMYK
RGB Variations
Color information
#58721D (or 0x58721D) is known color: Fiji Green. HEX triplet: 58, 72 and 1D. RGB value is (88,114,29). Sum of RGB (Red+Green+Blue) = 88+114+29=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #58721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58721D is #A78DE2. Grayscale: #606060. Windows color (decimal): -10980835 or 1929816. OLE color: 1929816.
HSL color Cylindrical-coordinate representation of color #58721D: hue angle of 78.35º degrees, saturation: 0.59, 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 #58721D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 114 | 29 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.55 |
| HSL | 78.35º | 0.59% | 0.28% | - |
| HSV(B) | 78.35º | 0.75% | 0.45% | - |
| XYZ | 10.26 | 14.2 | 3.36 | - |
| YUV | 96.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 29 | 0.23 | 0 | 0.75 | 0.55 | 78.35 | 0.59 | 0.28 |
| Hex | 58 | 72 | 1D | 17 | 0 | 4B | 37 | 4E | 3B | 1C |
| Octal | 130 | 162 | 35 | 27 | 0 | 113 | 67 | 116 | 73 | 34 |
| Binary | 1011000 | 1110010 | 11101 | 10111 | 0 | 1001011 | 110111 | 1001110 | 111011 | 11100 |
Color Harmonies of #58721D
Complementary color
Monochromatic Colors of #58721D
Black with #58721D
Text Example
Text Example
White with #58721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58721D; }
p { color: rgb(88,114,29); }
H1.HeaderClassName
{
color: #58721D;
}
.AnyTagClassName
{
color: #58721D;
}
</style>
background-color css
<style>
a { background-color: #58721D; }
a { background-color: rgb(88,114,29); }
div.DivClassName
{
background-color: #58721D;
}
.BgClassName
{
background-color: #58721D;
}
</style>
border-color css
<style>
span { border-color: #58721D; }
span { border-color: rgb(88,114,29); }
td.TdClassName
{
border-color: #58721D;
}
.TagClassName
{
border-color: #58721D;
}
</style>