Shades of Fiji Green #537C02
Tints of Fiji Green #537C02
RGB
CMYK
RGB Variations
Color information
#537C02 (or 0x537C02) is known color: Fiji Green. HEX triplet: 53, 7C and 02. RGB value is (83,124,2). Sum of RGB (Red+Green+Blue) = 83+124+2=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 124 (48.83% from 255 or 59.33% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 124 - color contains mainly: green. Hex color #537C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C02 is #AC83FD. Grayscale: #626262. Windows color (decimal): -11305982 or 162899. OLE color: 162899.
HSL color Cylindrical-coordinate representation of color #537C02: hue angle of 80.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #537C02 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 124 | 2 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.51 |
| HSL | 80.16º | 0.97% | 0.25% | - |
| HSV(B) | 80.16º | 0.98% | 0.49% | - |
| XYZ | 10.79 | 16.26 | 2.63 | - |
| YUV | 97.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 2 | 0.33 | 0 | 0.98 | 0.51 | 80.16 | 0.97 | 0.25 |
| Hex | 53 | 7C | 2 | 21 | 0 | 62 | 33 | 50 | 61 | 19 |
| Octal | 123 | 174 | 2 | 41 | 0 | 142 | 63 | 120 | 141 | 31 |
| Binary | 1010011 | 1111100 | 10 | 100001 | 0 | 1100010 | 110011 | 1010000 | 1100001 | 11001 |
Color Harmonies of #537C02
Complementary color
Monochromatic Colors of #537C02
Black with #537C02
Text Example
Text Example
White with #537C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537C02; }
p { color: rgb(83,124,2); }
H1.HeaderClassName
{
color: #537C02;
}
.AnyTagClassName
{
color: #537C02;
}
</style>
background-color css
<style>
a { background-color: #537C02; }
a { background-color: rgb(83,124,2); }
div.DivClassName
{
background-color: #537C02;
}
.BgClassName
{
background-color: #537C02;
}
</style>
border-color css
<style>
span { border-color: #537C02; }
span { border-color: rgb(83,124,2); }
td.TdClassName
{
border-color: #537C02;
}
.TagClassName
{
border-color: #537C02;
}
</style>