Shades of Fiji Green #528001
Tints of Fiji Green #528001
RGB
CMYK
RGB Variations
Color information
#528001 (or 0x528001) is known color: Fiji Green. HEX triplet: 52, 80 and 01. RGB value is (82,128,1). Sum of RGB (Red+Green+Blue) = 82+128+1=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #528001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528001 is #AD7FFE. Grayscale: #646464. Windows color (decimal): -11370495 or 98386. OLE color: 98386.
HSL color Cylindrical-coordinate representation of color #528001: hue angle of 81.73º 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 #528001 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 128 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.50 |
| HSL | 81.73º | 0.98% | 0.25% | - |
| HSV(B) | 81.73º | 0.99% | 0.5% | - |
| XYZ | 11.2 | 17.23 | 2.76 | - |
| YUV | 99.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 128 | 1 | 0.36 | 0 | 0.99 | 0.50 | 81.73 | 0.98 | 0.25 |
| Hex | 52 | 80 | 1 | 24 | 0 | 63 | 32 | 52 | 62 | 19 |
| Octal | 122 | 200 | 1 | 44 | 0 | 143 | 62 | 122 | 142 | 31 |
| Binary | 1010010 | 10000000 | 1 | 100100 | 0 | 1100011 | 110010 | 1010010 | 1100010 | 11001 |
Color Harmonies of #528001
Complementary color
Monochromatic Colors of #528001
Black with #528001
Text Example
Text Example
White with #528001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528001; }
p { color: rgb(82,128,1); }
H1.HeaderClassName
{
color: #528001;
}
.AnyTagClassName
{
color: #528001;
}
</style>
background-color css
<style>
a { background-color: #528001; }
a { background-color: rgb(82,128,1); }
div.DivClassName
{
background-color: #528001;
}
.BgClassName
{
background-color: #528001;
}
</style>
border-color css
<style>
span { border-color: #528001; }
span { border-color: rgb(82,128,1); }
td.TdClassName
{
border-color: #528001;
}
.TagClassName
{
border-color: #528001;
}
</style>