Shades of Fiji Green #53730A
Tints of Fiji Green #53730A
RGB
CMYK
RGB Variations
Color information
#53730A (or 0x53730A) is known color: Fiji Green. HEX triplet: 53, 73 and 0A. RGB value is (83,115,10). Sum of RGB (Red+Green+Blue) = 83+115+10=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #53730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53730A is #AC8CF5. Grayscale: #5D5D5D. Windows color (decimal): -11308278 or 684883. OLE color: 684883.
HSL color Cylindrical-coordinate representation of color #53730A: hue angle of 78.29º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53730A is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 10 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.55 |
| HSL | 78.29º | 0.84% | 0.25% | - |
| HSV(B) | 78.29º | 0.91% | 0.45% | - |
| XYZ | 9.75 | 14.12 | 2.5 | - |
| YUV | 93.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 10 | 0.28 | 0 | 0.91 | 0.55 | 78.29 | 0.84 | 0.25 |
| Hex | 53 | 73 | A | 1C | 0 | 5B | 37 | 4E | 54 | 19 |
| Octal | 123 | 163 | 12 | 34 | 0 | 133 | 67 | 116 | 124 | 31 |
| Binary | 1010011 | 1110011 | 1010 | 11100 | 0 | 1011011 | 110111 | 1001110 | 1010100 | 11001 |
Color Harmonies of #53730A
Complementary color
Monochromatic Colors of #53730A
Black with #53730A
Text Example
Text Example
White with #53730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53730A; }
p { color: rgb(83,115,10); }
H1.HeaderClassName
{
color: #53730A;
}
.AnyTagClassName
{
color: #53730A;
}
</style>
background-color css
<style>
a { background-color: #53730A; }
a { background-color: rgb(83,115,10); }
div.DivClassName
{
background-color: #53730A;
}
.BgClassName
{
background-color: #53730A;
}
</style>
border-color css
<style>
span { border-color: #53730A; }
span { border-color: rgb(83,115,10); }
td.TdClassName
{
border-color: #53730A;
}
.TagClassName
{
border-color: #53730A;
}
</style>