Shades of Fiji Green #5D7322
Tints of Fiji Green #5D7322
RGB
CMYK
RGB Variations
Color information
#5D7322 (or 0x5D7322) is known color: Fiji Green. HEX triplet: 5D, 73 and 22. RGB value is (93,115,34). Sum of RGB (Red+Green+Blue) = 93+115+34=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7322 is #A28CDD. Grayscale: #636363. Windows color (decimal): -10652894 or 2257757. OLE color: 2257757.
HSL color Cylindrical-coordinate representation of color #5D7322: hue angle of 76.3º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D7322 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 34 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.55 |
| HSL | 76.3º | 0.54% | 0.29% | - |
| HSV(B) | 76.3º | 0.7% | 0.45% | - |
| XYZ | 10.93 | 14.7 | 3.78 | - |
| YUV | 99.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 34 | 0.19 | 0 | 0.70 | 0.55 | 76.3 | 0.54 | 0.29 |
| Hex | 5D | 73 | 22 | 13 | 0 | 46 | 37 | 4C | 36 | 1D |
| Octal | 135 | 163 | 42 | 23 | 0 | 106 | 67 | 114 | 66 | 35 |
| Binary | 1011101 | 1110011 | 100010 | 10011 | 0 | 1000110 | 110111 | 1001100 | 110110 | 11101 |
Color Harmonies of #5D7322
Complementary color
Monochromatic Colors of #5D7322
Black with #5D7322
Text Example
Text Example
White with #5D7322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7322; }
p { color: rgb(93,115,34); }
H1.HeaderClassName
{
color: #5D7322;
}
.AnyTagClassName
{
color: #5D7322;
}
</style>
background-color css
<style>
a { background-color: #5D7322; }
a { background-color: rgb(93,115,34); }
div.DivClassName
{
background-color: #5D7322;
}
.BgClassName
{
background-color: #5D7322;
}
</style>
border-color css
<style>
span { border-color: #5D7322; }
span { border-color: rgb(93,115,34); }
td.TdClassName
{
border-color: #5D7322;
}
.TagClassName
{
border-color: #5D7322;
}
</style>