Shades of Fiji Green #538000
Tints of Fiji Green #538000
RGB
CMYK
RGB Variations
Color information
#538000 (or 0x538000) is known color: Fiji Green. HEX triplet: 53, 80 and 00. RGB value is (83,128,0). Sum of RGB (Red+Green+Blue) = 83+128+0=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #538000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538000 is #AC7FFF. Grayscale: #646464. Windows color (decimal): -11304960 or 32851. OLE color: 32851.
HSL color Cylindrical-coordinate representation of color #538000: hue angle of 81.09º 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 #538000 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.50 |
| HSL | 81.09º | 1% | 0.25% | - |
| HSV(B) | 81.09º | 1% | 0.5% | - |
| XYZ | 11.29 | 17.28 | 2.74 | - |
| YUV | 99.95 | 71.59 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 0 | 0.35 | 0 | 1 | 0.50 | 81.09 | 1 | 0.25 |
| Hex | 53 | 80 | 0 | 23 | 0 | 64 | 32 | 51 | 64 | 19 |
| Octal | 123 | 200 | 0 | 43 | 0 | 144 | 62 | 121 | 144 | 31 |
| Binary | 1010011 | 10000000 | 0 | 100011 | 0 | 1100100 | 110010 | 1010001 | 1100100 | 11001 |
Color Harmonies of #538000
Complementary color
Monochromatic Colors of #538000
Black with #538000
Text Example
Text Example
White with #538000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538000; }
p { color: rgb(83,128,0); }
H1.HeaderClassName
{
color: #538000;
}
.AnyTagClassName
{
color: #538000;
}
</style>
background-color css
<style>
a { background-color: #538000; }
a { background-color: rgb(83,128,0); }
div.DivClassName
{
background-color: #538000;
}
.BgClassName
{
background-color: #538000;
}
</style>
border-color css
<style>
span { border-color: #538000; }
span { border-color: rgb(83,128,0); }
td.TdClassName
{
border-color: #538000;
}
.TagClassName
{
border-color: #538000;
}
</style>