Shades of Fiji Green #598001
Tints of Fiji Green #598001
RGB
CMYK
RGB Variations
Color information
#598001 (or 0x598001) is known color: Fiji Green. HEX triplet: 59, 80 and 01. RGB value is (89,128,1). Sum of RGB (Red+Green+Blue) = 89+128+1=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #598001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #598001 is #A67FFE. Grayscale: #666666. Windows color (decimal): -10911743 or 98393. OLE color: 98393.
HSL color Cylindrical-coordinate representation of color #598001: hue angle of 78.43º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #598001 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 128 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.50 |
| HSL | 78.43º | 0.98% | 0.25% | - |
| HSV(B) | 78.43º | 0.99% | 0.5% | - |
| XYZ | 11.84 | 17.56 | 2.79 | - |
| YUV | 101.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 128 | 1 | 0.30 | 0 | 0.99 | 0.50 | 78.43 | 0.98 | 0.25 |
| Hex | 59 | 80 | 1 | 1E | 0 | 63 | 32 | 4E | 62 | 19 |
| Octal | 131 | 200 | 1 | 36 | 0 | 143 | 62 | 116 | 142 | 31 |
| Binary | 1011001 | 10000000 | 1 | 11110 | 0 | 1100011 | 110010 | 1001110 | 1100010 | 11001 |
Color Harmonies of #598001
Complementary color
Monochromatic Colors of #598001
Black with #598001
Text Example
Text Example
White with #598001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598001; }
p { color: rgb(89,128,1); }
H1.HeaderClassName
{
color: #598001;
}
.AnyTagClassName
{
color: #598001;
}
</style>
background-color css
<style>
a { background-color: #598001; }
a { background-color: rgb(89,128,1); }
div.DivClassName
{
background-color: #598001;
}
.BgClassName
{
background-color: #598001;
}
</style>
border-color css
<style>
span { border-color: #598001; }
span { border-color: rgb(89,128,1); }
td.TdClassName
{
border-color: #598001;
}
.TagClassName
{
border-color: #598001;
}
</style>