Shades of Fiji Green #557003
Tints of Fiji Green #557003
RGB
CMYK
RGB Variations
Color information
#557003 (or 0x557003) is known color: Fiji Green. HEX triplet: 55, 70 and 03. RGB value is (85,112,3). Sum of RGB (Red+Green+Blue) = 85+112+3=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #557003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557003 is #AA8FFC. Grayscale: #5B5B5B. Windows color (decimal): -11177981 or 225365. OLE color: 225365.
HSL color Cylindrical-coordinate representation of color #557003: hue angle of 74.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #557003 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 112 | 3 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.56 |
| HSL | 74.86º | 0.95% | 0.23% | - |
| HSV(B) | 74.86º | 0.97% | 0.44% | - |
| XYZ | 9.56 | 13.53 | 2.19 | - |
| YUV | 91.5 | 78.05 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 112 | 3 | 0.24 | 0 | 0.97 | 0.56 | 74.86 | 0.95 | 0.23 |
| Hex | 55 | 70 | 3 | 18 | 0 | 61 | 38 | 4B | 5F | 17 |
| Octal | 125 | 160 | 3 | 30 | 0 | 141 | 70 | 113 | 137 | 27 |
| Binary | 1010101 | 1110000 | 11 | 11000 | 0 | 1100001 | 111000 | 1001011 | 1011111 | 10111 |
Color Harmonies of #557003
Complementary color
Monochromatic Colors of #557003
Black with #557003
Text Example
Text Example
White with #557003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557003; }
p { color: rgb(85,112,3); }
H1.HeaderClassName
{
color: #557003;
}
.AnyTagClassName
{
color: #557003;
}
</style>
background-color css
<style>
a { background-color: #557003; }
a { background-color: rgb(85,112,3); }
div.DivClassName
{
background-color: #557003;
}
.BgClassName
{
background-color: #557003;
}
</style>
border-color css
<style>
span { border-color: #557003; }
span { border-color: rgb(85,112,3); }
td.TdClassName
{
border-color: #557003;
}
.TagClassName
{
border-color: #557003;
}
</style>