Shades of Fiji Green #527600
Tints of Fiji Green #527600
RGB
CMYK
RGB Variations
Color information
#527600 (or 0x527600) is known color: Fiji Green. HEX triplet: 52, 76 and 00. RGB value is (82,118,0). Sum of RGB (Red+Green+Blue) = 82+118+0=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #527600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527600 is #AD89FF. Grayscale: #5E5E5E. Windows color (decimal): -11373056 or 30290. OLE color: 30290.
HSL color Cylindrical-coordinate representation of color #527600: hue angle of 78.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #527600 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.54 |
| HSL | 78.31º | 1% | 0.23% | - |
| HSV(B) | 78.31º | 1% | 0.46% | - |
| XYZ | 9.96 | 14.75 | 2.32 | - |
| YUV | 93.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 0 | 0.31 | 0 | 1 | 0.54 | 78.31 | 1 | 0.23 |
| Hex | 52 | 76 | 0 | 1F | 0 | 64 | 36 | 4E | 64 | 17 |
| Octal | 122 | 166 | 0 | 37 | 0 | 144 | 66 | 116 | 144 | 27 |
| Binary | 1010010 | 1110110 | 0 | 11111 | 0 | 1100100 | 110110 | 1001110 | 1100100 | 10111 |
Color Harmonies of #527600
Complementary color
Monochromatic Colors of #527600
Black with #527600
Text Example
Text Example
White with #527600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527600; }
p { color: rgb(82,118,0); }
H1.HeaderClassName
{
color: #527600;
}
.AnyTagClassName
{
color: #527600;
}
</style>
background-color css
<style>
a { background-color: #527600; }
a { background-color: rgb(82,118,0); }
div.DivClassName
{
background-color: #527600;
}
.BgClassName
{
background-color: #527600;
}
</style>
border-color css
<style>
span { border-color: #527600; }
span { border-color: rgb(82,118,0); }
td.TdClassName
{
border-color: #527600;
}
.TagClassName
{
border-color: #527600;
}
</style>