Shades of Fiji Green #5D641B
Tints of Fiji Green #5D641B
RGB
CMYK
RGB Variations
Color information
#5D641B (or 0x5D641B) is known color: Fiji Green. HEX triplet: 5D, 64 and 1B. RGB value is (93,100,27). Sum of RGB (Red+Green+Blue) = 93+100+27=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #5D641B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D641B is #A29BE4. Grayscale: #595959. Windows color (decimal): -10656741 or 1795165. OLE color: 1795165.
HSL color Cylindrical-coordinate representation of color #5D641B: hue angle of 65.75º 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 #5D641B is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 100 | 27 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.61 |
| HSL | 65.75º | 0.57% | 0.25% | - |
| HSV(B) | 65.75º | 0.73% | 0.39% | - |
| XYZ | 9.27 | 11.52 | 2.77 | - |
| YUV | 89.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 27 | 0.07 | 0 | 0.73 | 0.61 | 65.75 | 0.57 | 0.25 |
| Hex | 5D | 64 | 1B | 7 | 0 | 49 | 3D | 42 | 39 | 19 |
| Octal | 135 | 144 | 33 | 7 | 0 | 111 | 75 | 102 | 71 | 31 |
| Binary | 1011101 | 1100100 | 11011 | 111 | 0 | 1001001 | 111101 | 1000010 | 111001 | 11001 |
Color Harmonies of #5D641B
Complementary color
Monochromatic Colors of #5D641B
Black with #5D641B
Text Example
Text Example
White with #5D641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D641B; }
p { color: rgb(93,100,27); }
H1.HeaderClassName
{
color: #5D641B;
}
.AnyTagClassName
{
color: #5D641B;
}
</style>
background-color css
<style>
a { background-color: #5D641B; }
a { background-color: rgb(93,100,27); }
div.DivClassName
{
background-color: #5D641B;
}
.BgClassName
{
background-color: #5D641B;
}
</style>
border-color css
<style>
span { border-color: #5D641B; }
span { border-color: rgb(93,100,27); }
td.TdClassName
{
border-color: #5D641B;
}
.TagClassName
{
border-color: #5D641B;
}
</style>