Shades of Fiji Green #5E621B
Tints of Fiji Green #5E621B
RGB
CMYK
RGB Variations
Color information
#5E621B (or 0x5E621B) is known color: Fiji Green. HEX triplet: 5E, 62 and 1B. RGB value is (94,98,27). Sum of RGB (Red+Green+Blue) = 94+98+27=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #5E621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E621B is #A19DE4. Grayscale: #585858. Windows color (decimal): -10591717 or 1794654. OLE color: 1794654.
HSL color Cylindrical-coordinate representation of color #5E621B: hue angle of 63.38º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E621B is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 27 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.62 |
| HSL | 63.38º | 0.57% | 0.25% | - |
| HSV(B) | 63.38º | 0.72% | 0.38% | - |
| XYZ | 9.18 | 11.19 | 2.71 | - |
| YUV | 88.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 27 | 0.04 | 0 | 0.72 | 0.62 | 63.38 | 0.57 | 0.25 |
| Hex | 5E | 62 | 1B | 4 | 0 | 48 | 3E | 3F | 39 | 19 |
| Octal | 136 | 142 | 33 | 4 | 0 | 110 | 76 | 77 | 71 | 31 |
| Binary | 1011110 | 1100010 | 11011 | 100 | 0 | 1001000 | 111110 | 111111 | 111001 | 11001 |
Color Harmonies of #5E621B
Complementary color
Monochromatic Colors of #5E621B
Black with #5E621B
Text Example
Text Example
White with #5E621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E621B; }
p { color: rgb(94,98,27); }
H1.HeaderClassName
{
color: #5E621B;
}
.AnyTagClassName
{
color: #5E621B;
}
</style>
background-color css
<style>
a { background-color: #5E621B; }
a { background-color: rgb(94,98,27); }
div.DivClassName
{
background-color: #5E621B;
}
.BgClassName
{
background-color: #5E621B;
}
</style>
border-color css
<style>
span { border-color: #5E621B; }
span { border-color: rgb(94,98,27); }
td.TdClassName
{
border-color: #5E621B;
}
.TagClassName
{
border-color: #5E621B;
}
</style>