Shades of Fiji Green #5D611C
Tints of Fiji Green #5D611C
RGB
CMYK
RGB Variations
Color information
#5D611C (or 0x5D611C) is known color: Fiji Green. HEX triplet: 5D, 61 and 1C. RGB value is (93,97,28). Sum of RGB (Red+Green+Blue) = 93+97+28=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #5D611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D611C is #A29EE3. Grayscale: #585858. Windows color (decimal): -10657508 or 1859933. OLE color: 1859933.
HSL color Cylindrical-coordinate representation of color #5D611C: hue angle of 63.48º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D611C is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 28 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.62 |
| HSL | 63.48º | 0.55% | 0.25% | - |
| HSV(B) | 63.48º | 0.71% | 0.38% | - |
| XYZ | 9 | 10.96 | 2.74 | - |
| YUV | 87.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 28 | 0.04 | 0 | 0.71 | 0.62 | 63.48 | 0.55 | 0.25 |
| Hex | 5D | 61 | 1C | 4 | 0 | 47 | 3E | 3F | 37 | 19 |
| Octal | 135 | 141 | 34 | 4 | 0 | 107 | 76 | 77 | 67 | 31 |
| Binary | 1011101 | 1100001 | 11100 | 100 | 0 | 1000111 | 111110 | 111111 | 110111 | 11001 |
Color Harmonies of #5D611C
Complementary color
Monochromatic Colors of #5D611C
Black with #5D611C
Text Example
Text Example
White with #5D611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D611C; }
p { color: rgb(93,97,28); }
H1.HeaderClassName
{
color: #5D611C;
}
.AnyTagClassName
{
color: #5D611C;
}
</style>
background-color css
<style>
a { background-color: #5D611C; }
a { background-color: rgb(93,97,28); }
div.DivClassName
{
background-color: #5D611C;
}
.BgClassName
{
background-color: #5D611C;
}
</style>
border-color css
<style>
span { border-color: #5D611C; }
span { border-color: rgb(93,97,28); }
td.TdClassName
{
border-color: #5D611C;
}
.TagClassName
{
border-color: #5D611C;
}
</style>