Shades of Fiji Green #5E631B
Tints of Fiji Green #5E631B
RGB
CMYK
RGB Variations
Color information
#5E631B (or 0x5E631B) is known color: Fiji Green. HEX triplet: 5E, 63 and 1B. RGB value is (94,99,27). Sum of RGB (Red+Green+Blue) = 94+99+27=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #5E631B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E631B is #A19CE4. Grayscale: #595959. Windows color (decimal): -10591461 or 1794910. OLE color: 1794910.
HSL color Cylindrical-coordinate representation of color #5E631B: hue angle of 64.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E631B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 27 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.61 |
| HSL | 64.17º | 0.57% | 0.25% | - |
| HSV(B) | 64.17º | 0.73% | 0.39% | - |
| XYZ | 9.28 | 11.38 | 2.75 | - |
| YUV | 89.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 27 | 0.05 | 0 | 0.73 | 0.61 | 64.17 | 0.57 | 0.25 |
| Hex | 5E | 63 | 1B | 5 | 0 | 49 | 3D | 40 | 39 | 19 |
| Octal | 136 | 143 | 33 | 5 | 0 | 111 | 75 | 100 | 71 | 31 |
| Binary | 1011110 | 1100011 | 11011 | 101 | 0 | 1001001 | 111101 | 1000000 | 111001 | 11001 |
Color Harmonies of #5E631B
Complementary color
Monochromatic Colors of #5E631B
Black with #5E631B
Text Example
Text Example
White with #5E631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E631B; }
p { color: rgb(94,99,27); }
H1.HeaderClassName
{
color: #5E631B;
}
.AnyTagClassName
{
color: #5E631B;
}
</style>
background-color css
<style>
a { background-color: #5E631B; }
a { background-color: rgb(94,99,27); }
div.DivClassName
{
background-color: #5E631B;
}
.BgClassName
{
background-color: #5E631B;
}
</style>
border-color css
<style>
span { border-color: #5E631B; }
span { border-color: rgb(94,99,27); }
td.TdClassName
{
border-color: #5E631B;
}
.TagClassName
{
border-color: #5E631B;
}
</style>