Shades of Fiji Green #53710E
Tints of Fiji Green #53710E
RGB
CMYK
RGB Variations
Color information
#53710E (or 0x53710E) is known color: Fiji Green. HEX triplet: 53, 71 and 0E. RGB value is (83,113,14). Sum of RGB (Red+Green+Blue) = 83+113+14=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #53710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53710E is #AC8EF1. Grayscale: #5D5D5D. Windows color (decimal): -11308786 or 946515. OLE color: 946515.
HSL color Cylindrical-coordinate representation of color #53710E: hue angle of 78.18º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53710E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 14 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.56 |
| HSL | 78.18º | 0.78% | 0.25% | - |
| HSV(B) | 78.18º | 0.88% | 0.44% | - |
| XYZ | 9.55 | 13.68 | 2.55 | - |
| YUV | 92.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 14 | 0.27 | 0 | 0.88 | 0.56 | 78.18 | 0.78 | 0.25 |
| Hex | 53 | 71 | E | 1B | 0 | 58 | 38 | 4E | 4E | 19 |
| Octal | 123 | 161 | 16 | 33 | 0 | 130 | 70 | 116 | 116 | 31 |
| Binary | 1010011 | 1110001 | 1110 | 11011 | 0 | 1011000 | 111000 | 1001110 | 1001110 | 11001 |
Color Harmonies of #53710E
Complementary color
Monochromatic Colors of #53710E
Black with #53710E
Text Example
Text Example
White with #53710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53710E; }
p { color: rgb(83,113,14); }
H1.HeaderClassName
{
color: #53710E;
}
.AnyTagClassName
{
color: #53710E;
}
</style>
background-color css
<style>
a { background-color: #53710E; }
a { background-color: rgb(83,113,14); }
div.DivClassName
{
background-color: #53710E;
}
.BgClassName
{
background-color: #53710E;
}
</style>
border-color css
<style>
span { border-color: #53710E; }
span { border-color: rgb(83,113,14); }
td.TdClassName
{
border-color: #53710E;
}
.TagClassName
{
border-color: #53710E;
}
</style>