Shades of Fiji Green #558000
Tints of Fiji Green #558000
RGB
CMYK
RGB Variations
Color information
#558000 (or 0x558000) is known color: Fiji Green. HEX triplet: 55, 80 and 00. RGB value is (85,128,0). Sum of RGB (Red+Green+Blue) = 85+128+0=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #558000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558000 is #AA7FFF. Grayscale: #656565. Windows color (decimal): -11173888 or 32853. OLE color: 32853.
HSL color Cylindrical-coordinate representation of color #558000: hue angle of 80.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #558000 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 128 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.50 |
| HSL | 80.16º | 1% | 0.25% | - |
| HSV(B) | 80.16º | 1% | 0.5% | - |
| XYZ | 11.47 | 17.37 | 2.75 | - |
| YUV | 100.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 0 | 0.34 | 0 | 1 | 0.50 | 80.16 | 1 | 0.25 |
| Hex | 55 | 80 | 0 | 22 | 0 | 64 | 32 | 50 | 64 | 19 |
| Octal | 125 | 200 | 0 | 42 | 0 | 144 | 62 | 120 | 144 | 31 |
| Binary | 1010101 | 10000000 | 0 | 100010 | 0 | 1100100 | 110010 | 1010000 | 1100100 | 11001 |
Color Harmonies of #558000
Complementary color
Monochromatic Colors of #558000
Black with #558000
Text Example
Text Example
White with #558000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558000; }
p { color: rgb(85,128,0); }
H1.HeaderClassName
{
color: #558000;
}
.AnyTagClassName
{
color: #558000;
}
</style>
background-color css
<style>
a { background-color: #558000; }
a { background-color: rgb(85,128,0); }
div.DivClassName
{
background-color: #558000;
}
.BgClassName
{
background-color: #558000;
}
</style>
border-color css
<style>
span { border-color: #558000; }
span { border-color: rgb(85,128,0); }
td.TdClassName
{
border-color: #558000;
}
.TagClassName
{
border-color: #558000;
}
</style>