Shades of Fiji Green #54651A
Tints of Fiji Green #54651A
RGB
CMYK
RGB Variations
Color information
#54651A (or 0x54651A) is known color: Fiji Green. HEX triplet: 54, 65 and 1A. RGB value is (84,101,26). Sum of RGB (Red+Green+Blue) = 84+101+26=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #54651A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54651A is #AB9AE5. Grayscale: #575757. Windows color (decimal): -11246310 or 1729876. OLE color: 1729876.
HSL color Cylindrical-coordinate representation of color #54651A: hue angle of 73.6º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54651A is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 26 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.60 |
| HSL | 73.6º | 0.59% | 0.25% | - |
| HSV(B) | 73.6º | 0.74% | 0.4% | - |
| XYZ | 8.5 | 11.27 | 2.7 | - |
| YUV | 87.37 | 93.37 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 26 | 0.17 | 0 | 0.74 | 0.60 | 73.6 | 0.59 | 0.25 |
| Hex | 54 | 65 | 1A | 11 | 0 | 4A | 3C | 4A | 3B | 19 |
| Octal | 124 | 145 | 32 | 21 | 0 | 112 | 74 | 112 | 73 | 31 |
| Binary | 1010100 | 1100101 | 11010 | 10001 | 0 | 1001010 | 111100 | 1001010 | 111011 | 11001 |
Color Harmonies of #54651A
Complementary color
Monochromatic Colors of #54651A
Black with #54651A
Text Example
Text Example
White with #54651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54651A; }
p { color: rgb(84,101,26); }
H1.HeaderClassName
{
color: #54651A;
}
.AnyTagClassName
{
color: #54651A;
}
</style>
background-color css
<style>
a { background-color: #54651A; }
a { background-color: rgb(84,101,26); }
div.DivClassName
{
background-color: #54651A;
}
.BgClassName
{
background-color: #54651A;
}
</style>
border-color css
<style>
span { border-color: #54651A; }
span { border-color: rgb(84,101,26); }
td.TdClassName
{
border-color: #54651A;
}
.TagClassName
{
border-color: #54651A;
}
</style>