Shades of Fiji Green #53720B
Tints of Fiji Green #53720B
RGB
CMYK
RGB Variations
Color information
#53720B (or 0x53720B) is known color: Fiji Green. HEX triplet: 53, 72 and 0B. RGB value is (83,114,11). Sum of RGB (Red+Green+Blue) = 83+114+11=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #53720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53720B is #AC8DF4. Grayscale: #5D5D5D. Windows color (decimal): -11308533 or 750163. OLE color: 750163.
HSL color Cylindrical-coordinate representation of color #53720B: hue angle of 78.06º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53720B is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 11 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.55 |
| HSL | 78.06º | 0.82% | 0.25% | - |
| HSV(B) | 78.06º | 0.9% | 0.45% | - |
| XYZ | 9.64 | 13.9 | 2.49 | - |
| YUV | 92.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 11 | 0.27 | 0 | 0.90 | 0.55 | 78.06 | 0.82 | 0.25 |
| Hex | 53 | 72 | B | 1B | 0 | 5A | 37 | 4E | 52 | 19 |
| Octal | 123 | 162 | 13 | 33 | 0 | 132 | 67 | 116 | 122 | 31 |
| Binary | 1010011 | 1110010 | 1011 | 11011 | 0 | 1011010 | 110111 | 1001110 | 1010010 | 11001 |
Color Harmonies of #53720B
Complementary color
Monochromatic Colors of #53720B
Black with #53720B
Text Example
Text Example
White with #53720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53720B; }
p { color: rgb(83,114,11); }
H1.HeaderClassName
{
color: #53720B;
}
.AnyTagClassName
{
color: #53720B;
}
</style>
background-color css
<style>
a { background-color: #53720B; }
a { background-color: rgb(83,114,11); }
div.DivClassName
{
background-color: #53720B;
}
.BgClassName
{
background-color: #53720B;
}
</style>
border-color css
<style>
span { border-color: #53720B; }
span { border-color: rgb(83,114,11); }
td.TdClassName
{
border-color: #53720B;
}
.TagClassName
{
border-color: #53720B;
}
</style>