Shades of Fiji Green #58631B
Tints of Fiji Green #58631B
RGB
CMYK
RGB Variations
Color information
#58631B (or 0x58631B) is known color: Fiji Green. HEX triplet: 58, 63 and 1B. RGB value is (88,99,27). Sum of RGB (Red+Green+Blue) = 88+99+27=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #58631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58631B is #A79CE4. Grayscale: #575757. Windows color (decimal): -10984677 or 1794904. OLE color: 1794904.
HSL color Cylindrical-coordinate representation of color #58631B: hue angle of 69.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58631B is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 27 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.61 |
| HSL | 69.17º | 0.57% | 0.25% | - |
| HSV(B) | 69.17º | 0.73% | 0.39% | - |
| XYZ | 8.68 | 11.08 | 2.72 | - |
| YUV | 87.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 27 | 0.11 | 0 | 0.73 | 0.61 | 69.17 | 0.57 | 0.25 |
| Hex | 58 | 63 | 1B | B | 0 | 49 | 3D | 45 | 39 | 19 |
| Octal | 130 | 143 | 33 | 13 | 0 | 111 | 75 | 105 | 71 | 31 |
| Binary | 1011000 | 1100011 | 11011 | 1011 | 0 | 1001001 | 111101 | 1000101 | 111001 | 11001 |
Color Harmonies of #58631B
Complementary color
Monochromatic Colors of #58631B
Black with #58631B
Text Example
Text Example
White with #58631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58631B; }
p { color: rgb(88,99,27); }
H1.HeaderClassName
{
color: #58631B;
}
.AnyTagClassName
{
color: #58631B;
}
</style>
background-color css
<style>
a { background-color: #58631B; }
a { background-color: rgb(88,99,27); }
div.DivClassName
{
background-color: #58631B;
}
.BgClassName
{
background-color: #58631B;
}
</style>
border-color css
<style>
span { border-color: #58631B; }
span { border-color: rgb(88,99,27); }
td.TdClassName
{
border-color: #58631B;
}
.TagClassName
{
border-color: #58631B;
}
</style>