Shades of Fiji Green #58640D
Tints of Fiji Green #58640D
RGB
CMYK
RGB Variations
Color information
#58640D (or 0x58640D) is known color: Fiji Green. HEX triplet: 58, 64 and 0D. RGB value is (88,100,13). Sum of RGB (Red+Green+Blue) = 88+100+13=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #58640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58640D is #A79BF2. Grayscale: #565656. Windows color (decimal): -10984435 or 877656. OLE color: 877656.
HSL color Cylindrical-coordinate representation of color #58640D: hue angle of 68.28º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58640D is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 100 | 13 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.61 |
| HSL | 68.28º | 0.77% | 0.22% | - |
| HSV(B) | 68.28º | 0.87% | 0.39% | - |
| XYZ | 8.65 | 11.22 | 2.09 | - |
| YUV | 86.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 13 | 0.12 | 0 | 0.87 | 0.61 | 68.28 | 0.77 | 0.22 |
| Hex | 58 | 64 | D | C | 0 | 57 | 3D | 44 | 4D | 16 |
| Octal | 130 | 144 | 15 | 14 | 0 | 127 | 75 | 104 | 115 | 26 |
| Binary | 1011000 | 1100100 | 1101 | 1100 | 0 | 1010111 | 111101 | 1000100 | 1001101 | 10110 |
Color Harmonies of #58640D
Complementary color
Monochromatic Colors of #58640D
Black with #58640D
Text Example
Text Example
White with #58640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58640D; }
p { color: rgb(88,100,13); }
H1.HeaderClassName
{
color: #58640D;
}
.AnyTagClassName
{
color: #58640D;
}
</style>
background-color css
<style>
a { background-color: #58640D; }
a { background-color: rgb(88,100,13); }
div.DivClassName
{
background-color: #58640D;
}
.BgClassName
{
background-color: #58640D;
}
</style>
border-color css
<style>
span { border-color: #58640D; }
span { border-color: rgb(88,100,13); }
td.TdClassName
{
border-color: #58640D;
}
.TagClassName
{
border-color: #58640D;
}
</style>