Shades of Fiji Green #53710B
Tints of Fiji Green #53710B
RGB
CMYK
RGB Variations
Color information
#53710B (or 0x53710B) is known color: Fiji Green. HEX triplet: 53, 71 and 0B. RGB value is (83,113,11). Sum of RGB (Red+Green+Blue) = 83+113+11=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #53710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53710B is #AC8EF4. Grayscale: #5C5C5C. Windows color (decimal): -11308789 or 749907. OLE color: 749907.
HSL color Cylindrical-coordinate representation of color #53710B: hue angle of 77.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53710B is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 113 | 11 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.56 |
| HSL | 77.65º | 0.82% | 0.24% | - |
| HSV(B) | 77.65º | 0.9% | 0.44% | - |
| XYZ | 9.53 | 13.67 | 2.45 | - |
| YUV | 92.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 113 | 11 | 0.27 | 0 | 0.90 | 0.56 | 77.65 | 0.82 | 0.24 |
| Hex | 53 | 71 | B | 1B | 0 | 5A | 38 | 4E | 52 | 18 |
| Octal | 123 | 161 | 13 | 33 | 0 | 132 | 70 | 116 | 122 | 30 |
| Binary | 1010011 | 1110001 | 1011 | 11011 | 0 | 1011010 | 111000 | 1001110 | 1010010 | 11000 |
Color Harmonies of #53710B
Complementary color
Monochromatic Colors of #53710B
Black with #53710B
Text Example
Text Example
White with #53710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53710B; }
p { color: rgb(83,113,11); }
H1.HeaderClassName
{
color: #53710B;
}
.AnyTagClassName
{
color: #53710B;
}
</style>
background-color css
<style>
a { background-color: #53710B; }
a { background-color: rgb(83,113,11); }
div.DivClassName
{
background-color: #53710B;
}
.BgClassName
{
background-color: #53710B;
}
</style>
border-color css
<style>
span { border-color: #53710B; }
span { border-color: rgb(83,113,11); }
td.TdClassName
{
border-color: #53710B;
}
.TagClassName
{
border-color: #53710B;
}
</style>