Shades of Fiji Green #5D6321
Tints of Fiji Green #5D6321
RGB
CMYK
RGB Variations
Color information
#5D6321 (or 0x5D6321) is known color: Fiji Green. HEX triplet: 5D, 63 and 21. RGB value is (93,99,33). Sum of RGB (Red+Green+Blue) = 93+99+33=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6321 is #A29CDE. Grayscale: #595959. Windows color (decimal): -10656991 or 2188125. OLE color: 2188125.
HSL color Cylindrical-coordinate representation of color #5D6321: hue angle of 65.45º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D6321 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 33 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.61 |
| HSL | 65.45º | 0.5% | 0.26% | - |
| HSV(B) | 65.45º | 0.67% | 0.39% | - |
| XYZ | 9.25 | 11.36 | 3.14 | - |
| YUV | 89.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 33 | 0.06 | 0 | 0.67 | 0.61 | 65.45 | 0.5 | 0.26 |
| Hex | 5D | 63 | 21 | 6 | 0 | 43 | 3D | 41 | 32 | 1A |
| Octal | 135 | 143 | 41 | 6 | 0 | 103 | 75 | 101 | 62 | 32 |
| Binary | 1011101 | 1100011 | 100001 | 110 | 0 | 1000011 | 111101 | 1000001 | 110010 | 11010 |
Color Harmonies of #5D6321
Complementary color
Monochromatic Colors of #5D6321
Black with #5D6321
Text Example
Text Example
White with #5D6321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6321; }
p { color: rgb(93,99,33); }
H1.HeaderClassName
{
color: #5D6321;
}
.AnyTagClassName
{
color: #5D6321;
}
</style>
background-color css
<style>
a { background-color: #5D6321; }
a { background-color: rgb(93,99,33); }
div.DivClassName
{
background-color: #5D6321;
}
.BgClassName
{
background-color: #5D6321;
}
</style>
border-color css
<style>
span { border-color: #5D6321; }
span { border-color: rgb(93,99,33); }
td.TdClassName
{
border-color: #5D6321;
}
.TagClassName
{
border-color: #5D6321;
}
</style>