Shades of Fiji Green #53710C
Tints of Fiji Green #53710C
RGB
CMYK
RGB Variations
Color information
#53710C (or 0x53710C) is known color: Fiji Green. HEX triplet: 53, 71 and 0C. RGB value is (83,113,12). Sum of RGB (Red+Green+Blue) = 83+113+12=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #53710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53710C is #AC8EF3. Grayscale: #5C5C5C. Windows color (decimal): -11308788 or 815443. OLE color: 815443.
HSL color Cylindrical-coordinate representation of color #53710C: hue angle of 77.82º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53710C is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 12 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.56 |
| HSL | 77.82º | 0.81% | 0.25% | - |
| HSV(B) | 77.82º | 0.89% | 0.44% | - |
| XYZ | 9.54 | 13.68 | 2.48 | - |
| YUV | 92.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 12 | 0.27 | 0 | 0.89 | 0.56 | 77.82 | 0.81 | 0.25 |
| Hex | 53 | 71 | C | 1B | 0 | 59 | 38 | 4E | 51 | 19 |
| Octal | 123 | 161 | 14 | 33 | 0 | 131 | 70 | 116 | 121 | 31 |
| Binary | 1010011 | 1110001 | 1100 | 11011 | 0 | 1011001 | 111000 | 1001110 | 1010001 | 11001 |
Color Harmonies of #53710C
Complementary color
Monochromatic Colors of #53710C
Black with #53710C
Text Example
Text Example
White with #53710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53710C; }
p { color: rgb(83,113,12); }
H1.HeaderClassName
{
color: #53710C;
}
.AnyTagClassName
{
color: #53710C;
}
</style>
background-color css
<style>
a { background-color: #53710C; }
a { background-color: rgb(83,113,12); }
div.DivClassName
{
background-color: #53710C;
}
.BgClassName
{
background-color: #53710C;
}
</style>
border-color css
<style>
span { border-color: #53710C; }
span { border-color: rgb(83,113,12); }
td.TdClassName
{
border-color: #53710C;
}
.TagClassName
{
border-color: #53710C;
}
</style>