Shades of Fiji Green #53720A
Tints of Fiji Green #53720A
RGB
CMYK
RGB Variations
Color information
#53720A (or 0x53720A) is known color: Fiji Green. HEX triplet: 53, 72 and 0A. RGB value is (83,114,10). Sum of RGB (Red+Green+Blue) = 83+114+10=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #53720A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53720A is #AC8DF5. Grayscale: #5D5D5D. Windows color (decimal): -11308534 or 684627. OLE color: 684627.
HSL color Cylindrical-coordinate representation of color #53720A: hue angle of 77.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53720A is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 114 | 10 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.55 |
| HSL | 77.88º | 0.84% | 0.24% | - |
| HSV(B) | 77.88º | 0.91% | 0.45% | - |
| XYZ | 9.64 | 13.9 | 2.46 | - |
| YUV | 92.88 | 81.23 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 10 | 0.27 | 0 | 0.91 | 0.55 | 77.88 | 0.84 | 0.24 |
| Hex | 53 | 72 | A | 1B | 0 | 5B | 37 | 4E | 54 | 18 |
| Octal | 123 | 162 | 12 | 33 | 0 | 133 | 67 | 116 | 124 | 30 |
| Binary | 1010011 | 1110010 | 1010 | 11011 | 0 | 1011011 | 110111 | 1001110 | 1010100 | 11000 |
Color Harmonies of #53720A
Complementary color
Monochromatic Colors of #53720A
Black with #53720A
Text Example
Text Example
White with #53720A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53720A; }
p { color: rgb(83,114,10); }
H1.HeaderClassName
{
color: #53720A;
}
.AnyTagClassName
{
color: #53720A;
}
</style>
background-color css
<style>
a { background-color: #53720A; }
a { background-color: rgb(83,114,10); }
div.DivClassName
{
background-color: #53720A;
}
.BgClassName
{
background-color: #53720A;
}
</style>
border-color css
<style>
span { border-color: #53720A; }
span { border-color: rgb(83,114,10); }
td.TdClassName
{
border-color: #53720A;
}
.TagClassName
{
border-color: #53720A;
}
</style>