Shades of Fiji Green #527C08
Tints of Fiji Green #527C08
RGB
CMYK
RGB Variations
Color information
#527C08 (or 0x527C08) is known color: Fiji Green. HEX triplet: 52, 7C and 08. RGB value is (82,124,8). Sum of RGB (Red+Green+Blue) = 82+124+8=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 124 (48.83% from 255 or 57.94% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 124 - color contains mainly: green. Hex color #527C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C08 is #AD83F7. Grayscale: #626262. Windows color (decimal): -11371512 or 556114. OLE color: 556114.
HSL color Cylindrical-coordinate representation of color #527C08: hue angle of 81.72º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #527C08 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 8 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.51 |
| HSL | 81.72º | 0.88% | 0.26% | - |
| HSV(B) | 81.72º | 0.94% | 0.49% | - |
| XYZ | 10.73 | 16.23 | 2.8 | - |
| YUV | 98.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 8 | 0.34 | 0 | 0.94 | 0.51 | 81.72 | 0.88 | 0.26 |
| Hex | 52 | 7C | 8 | 22 | 0 | 5E | 33 | 52 | 58 | 1A |
| Octal | 122 | 174 | 10 | 42 | 0 | 136 | 63 | 122 | 130 | 32 |
| Binary | 1010010 | 1111100 | 1000 | 100010 | 0 | 1011110 | 110011 | 1010010 | 1011000 | 11010 |
Color Harmonies of #527C08
Complementary color
Monochromatic Colors of #527C08
Black with #527C08
Text Example
Text Example
White with #527C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C08; }
p { color: rgb(82,124,8); }
H1.HeaderClassName
{
color: #527C08;
}
.AnyTagClassName
{
color: #527C08;
}
</style>
background-color css
<style>
a { background-color: #527C08; }
a { background-color: rgb(82,124,8); }
div.DivClassName
{
background-color: #527C08;
}
.BgClassName
{
background-color: #527C08;
}
</style>
border-color css
<style>
span { border-color: #527C08; }
span { border-color: rgb(82,124,8); }
td.TdClassName
{
border-color: #527C08;
}
.TagClassName
{
border-color: #527C08;
}
</style>