Shades of Fiji Green #5D6322
Tints of Fiji Green #5D6322
RGB
CMYK
RGB Variations
Color information
#5D6322 (or 0x5D6322) is known color: Fiji Green. HEX triplet: 5D, 63 and 22. RGB value is (93,99,34). Sum of RGB (Red+Green+Blue) = 93+99+34=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6322 is #A29CDD. Grayscale: #5A5A5A. Windows color (decimal): -10656990 or 2253661. OLE color: 2253661.
HSL color Cylindrical-coordinate representation of color #5D6322: hue angle of 65.54º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D6322 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 34 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.61 |
| HSL | 65.54º | 0.49% | 0.26% | - |
| HSV(B) | 65.54º | 0.66% | 0.39% | - |
| XYZ | 9.26 | 11.37 | 3.22 | - |
| YUV | 89.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 34 | 0.06 | 0 | 0.66 | 0.61 | 65.54 | 0.49 | 0.26 |
| Hex | 5D | 63 | 22 | 6 | 0 | 42 | 3D | 42 | 31 | 1A |
| Octal | 135 | 143 | 42 | 6 | 0 | 102 | 75 | 102 | 61 | 32 |
| Binary | 1011101 | 1100011 | 100010 | 110 | 0 | 1000010 | 111101 | 1000010 | 110001 | 11010 |
Color Harmonies of #5D6322
Complementary color
Monochromatic Colors of #5D6322
Black with #5D6322
Text Example
Text Example
White with #5D6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6322; }
p { color: rgb(93,99,34); }
H1.HeaderClassName
{
color: #5D6322;
}
.AnyTagClassName
{
color: #5D6322;
}
</style>
background-color css
<style>
a { background-color: #5D6322; }
a { background-color: rgb(93,99,34); }
div.DivClassName
{
background-color: #5D6322;
}
.BgClassName
{
background-color: #5D6322;
}
</style>
border-color css
<style>
span { border-color: #5D6322; }
span { border-color: rgb(93,99,34); }
td.TdClassName
{
border-color: #5D6322;
}
.TagClassName
{
border-color: #5D6322;
}
</style>