Shades of Fiji Green #53700B
Tints of Fiji Green #53700B
RGB
CMYK
RGB Variations
Color information
#53700B (or 0x53700B) is known color: Fiji Green. HEX triplet: 53, 70 and 0B. RGB value is (83,112,11). Sum of RGB (Red+Green+Blue) = 83+112+11=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #53700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53700B is #AC8FF4. Grayscale: #5C5C5C. Windows color (decimal): -11309045 or 749651. OLE color: 749651.
HSL color Cylindrical-coordinate representation of color #53700B: hue angle of 77.23º 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 #53700B is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 112 | 11 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.56 |
| HSL | 77.23º | 0.82% | 0.24% | - |
| HSV(B) | 77.23º | 0.9% | 0.44% | - |
| XYZ | 9.42 | 13.45 | 2.42 | - |
| YUV | 91.82 | 82.39 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 112 | 11 | 0.26 | 0 | 0.90 | 0.56 | 77.23 | 0.82 | 0.24 |
| Hex | 53 | 70 | B | 1A | 0 | 5A | 38 | 4D | 52 | 18 |
| Octal | 123 | 160 | 13 | 32 | 0 | 132 | 70 | 115 | 122 | 30 |
| Binary | 1010011 | 1110000 | 1011 | 11010 | 0 | 1011010 | 111000 | 1001101 | 1010010 | 11000 |
Color Harmonies of #53700B
Complementary color
Monochromatic Colors of #53700B
Black with #53700B
Text Example
Text Example
White with #53700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53700B; }
p { color: rgb(83,112,11); }
H1.HeaderClassName
{
color: #53700B;
}
.AnyTagClassName
{
color: #53700B;
}
</style>
background-color css
<style>
a { background-color: #53700B; }
a { background-color: rgb(83,112,11); }
div.DivClassName
{
background-color: #53700B;
}
.BgClassName
{
background-color: #53700B;
}
</style>
border-color css
<style>
span { border-color: #53700B; }
span { border-color: rgb(83,112,11); }
td.TdClassName
{
border-color: #53700B;
}
.TagClassName
{
border-color: #53700B;
}
</style>