Shades of Fiji Green #5D6528
Tints of Fiji Green #5D6528
RGB
CMYK
RGB Variations
Color information
#5D6528 (or 0x5D6528) is known color: Fiji Green. HEX triplet: 5D, 65 and 28. RGB value is (93,101,40). Sum of RGB (Red+Green+Blue) = 93+101+40=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6528 is #A29AD7. Grayscale: #5B5B5B. Windows color (decimal): -10656472 or 2647389. OLE color: 2647389.
HSL color Cylindrical-coordinate representation of color #5D6528: hue angle of 67.87º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D6528 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 101 | 40 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.60 |
| HSL | 67.87º | 0.43% | 0.28% | - |
| HSV(B) | 67.87º | 0.6% | 0.4% | - |
| XYZ | 9.55 | 11.79 | 3.78 | - |
| YUV | 91.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 101 | 40 | 0.08 | 0 | 0.60 | 0.60 | 67.87 | 0.43 | 0.28 |
| Hex | 5D | 65 | 28 | 8 | 0 | 3C | 3C | 44 | 2B | 1C |
| Octal | 135 | 145 | 50 | 10 | 0 | 74 | 74 | 104 | 53 | 34 |
| Binary | 1011101 | 1100101 | 101000 | 1000 | 0 | 111100 | 111100 | 1000100 | 101011 | 11100 |
Color Harmonies of #5D6528
Complementary color
Monochromatic Colors of #5D6528
Black with #5D6528
Text Example
Text Example
White with #5D6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6528; }
p { color: rgb(93,101,40); }
H1.HeaderClassName
{
color: #5D6528;
}
.AnyTagClassName
{
color: #5D6528;
}
</style>
background-color css
<style>
a { background-color: #5D6528; }
a { background-color: rgb(93,101,40); }
div.DivClassName
{
background-color: #5D6528;
}
.BgClassName
{
background-color: #5D6528;
}
</style>
border-color css
<style>
span { border-color: #5D6528; }
span { border-color: rgb(93,101,40); }
td.TdClassName
{
border-color: #5D6528;
}
.TagClassName
{
border-color: #5D6528;
}
</style>