Shades of Fiji Green #5D6521
Tints of Fiji Green #5D6521
RGB
CMYK
RGB Variations
Color information
#5D6521 (or 0x5D6521) is known color: Fiji Green. HEX triplet: 5D, 65 and 21. RGB value is (93,101,33). Sum of RGB (Red+Green+Blue) = 93+101+33=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6521 is #A29ADE. Grayscale: #5B5B5B. Windows color (decimal): -10656479 or 2188637. OLE color: 2188637.
HSL color Cylindrical-coordinate representation of color #5D6521: hue angle of 67.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D6521 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 33 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.60 |
| HSL | 67.06º | 0.51% | 0.26% | - |
| HSV(B) | 67.06º | 0.67% | 0.4% | - |
| XYZ | 9.44 | 11.74 | 3.21 | - |
| YUV | 90.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 33 | 0.08 | 0 | 0.67 | 0.60 | 67.06 | 0.51 | 0.26 |
| Hex | 5D | 65 | 21 | 8 | 0 | 43 | 3C | 43 | 33 | 1A |
| Octal | 135 | 145 | 41 | 10 | 0 | 103 | 74 | 103 | 63 | 32 |
| Binary | 1011101 | 1100101 | 100001 | 1000 | 0 | 1000011 | 111100 | 1000011 | 110011 | 11010 |
Color Harmonies of #5D6521
Complementary color
Monochromatic Colors of #5D6521
Black with #5D6521
Text Example
Text Example
White with #5D6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6521; }
p { color: rgb(93,101,33); }
H1.HeaderClassName
{
color: #5D6521;
}
.AnyTagClassName
{
color: #5D6521;
}
</style>
background-color css
<style>
a { background-color: #5D6521; }
a { background-color: rgb(93,101,33); }
div.DivClassName
{
background-color: #5D6521;
}
.BgClassName
{
background-color: #5D6521;
}
</style>
border-color css
<style>
span { border-color: #5D6521; }
span { border-color: rgb(93,101,33); }
td.TdClassName
{
border-color: #5D6521;
}
.TagClassName
{
border-color: #5D6521;
}
</style>