Shades of Fiji Green #58681D
Tints of Fiji Green #58681D
RGB
CMYK
RGB Variations
Color information
#58681D (or 0x58681D) is known color: Fiji Green. HEX triplet: 58, 68 and 1D. RGB value is (88,104,29). Sum of RGB (Red+Green+Blue) = 88+104+29=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #58681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58681D is #A797E2. Grayscale: #5A5A5A. Windows color (decimal): -10983395 or 1927256. OLE color: 1927256.
HSL color Cylindrical-coordinate representation of color #58681D: hue angle of 72.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58681D is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 104 | 29 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.59 |
| HSL | 72.8º | 0.56% | 0.26% | - |
| HSV(B) | 72.8º | 0.72% | 0.41% | - |
| XYZ | 9.2 | 12.06 | 3.01 | - |
| YUV | 90.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 29 | 0.15 | 0 | 0.72 | 0.59 | 72.8 | 0.56 | 0.26 |
| Hex | 58 | 68 | 1D | F | 0 | 48 | 3B | 49 | 38 | 1A |
| Octal | 130 | 150 | 35 | 17 | 0 | 110 | 73 | 111 | 70 | 32 |
| Binary | 1011000 | 1101000 | 11101 | 1111 | 0 | 1001000 | 111011 | 1001001 | 111000 | 11010 |
Color Harmonies of #58681D
Complementary color
Monochromatic Colors of #58681D
Black with #58681D
Text Example
Text Example
White with #58681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58681D; }
p { color: rgb(88,104,29); }
H1.HeaderClassName
{
color: #58681D;
}
.AnyTagClassName
{
color: #58681D;
}
</style>
background-color css
<style>
a { background-color: #58681D; }
a { background-color: rgb(88,104,29); }
div.DivClassName
{
background-color: #58681D;
}
.BgClassName
{
background-color: #58681D;
}
</style>
border-color css
<style>
span { border-color: #58681D; }
span { border-color: rgb(88,104,29); }
td.TdClassName
{
border-color: #58681D;
}
.TagClassName
{
border-color: #58681D;
}
</style>