Shades of Fiji Green #53681B
Tints of Fiji Green #53681B
RGB
CMYK
RGB Variations
Color information
#53681B (or 0x53681B) is known color: Fiji Green. HEX triplet: 53, 68 and 1B. RGB value is (83,104,27). Sum of RGB (Red+Green+Blue) = 83+104+27=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 104 (41.02% from 255 or 48.60% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 104 - color contains mainly: green. Hex color #53681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53681B is #AC97E4. Grayscale: #595959. Windows color (decimal): -11311077 or 1796179. OLE color: 1796179.
HSL color Cylindrical-coordinate representation of color #53681B: hue angle of 76.36º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53681B is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 27 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.59 |
| HSL | 76.36º | 0.59% | 0.26% | - |
| HSV(B) | 76.36º | 0.74% | 0.41% | - |
| XYZ | 8.72 | 11.82 | 2.86 | - |
| YUV | 88.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 27 | 0.20 | 0 | 0.74 | 0.59 | 76.36 | 0.59 | 0.26 |
| Hex | 53 | 68 | 1B | 14 | 0 | 4A | 3B | 4C | 3B | 1A |
| Octal | 123 | 150 | 33 | 24 | 0 | 112 | 73 | 114 | 73 | 32 |
| Binary | 1010011 | 1101000 | 11011 | 10100 | 0 | 1001010 | 111011 | 1001100 | 111011 | 11010 |
Color Harmonies of #53681B
Complementary color
Monochromatic Colors of #53681B
Black with #53681B
Text Example
Text Example
White with #53681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53681B; }
p { color: rgb(83,104,27); }
H1.HeaderClassName
{
color: #53681B;
}
.AnyTagClassName
{
color: #53681B;
}
</style>
background-color css
<style>
a { background-color: #53681B; }
a { background-color: rgb(83,104,27); }
div.DivClassName
{
background-color: #53681B;
}
.BgClassName
{
background-color: #53681B;
}
</style>
border-color css
<style>
span { border-color: #53681B; }
span { border-color: rgb(83,104,27); }
td.TdClassName
{
border-color: #53681B;
}
.TagClassName
{
border-color: #53681B;
}
</style>