Shades of Fiji Green #5D611B
Tints of Fiji Green #5D611B
RGB
CMYK
RGB Variations
Color information
#5D611B (or 0x5D611B) is known color: Fiji Green. HEX triplet: 5D, 61 and 1B. RGB value is (93,97,27). Sum of RGB (Red+Green+Blue) = 93+97+27=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #5D611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D611B is #A29EE4. Grayscale: #585858. Windows color (decimal): -10657509 or 1794397. OLE color: 1794397.
HSL color Cylindrical-coordinate representation of color #5D611B: hue angle of 63.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D611B is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 27 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.62 |
| HSL | 63.43º | 0.56% | 0.24% | - |
| HSV(B) | 63.43º | 0.72% | 0.38% | - |
| XYZ | 8.99 | 10.96 | 2.68 | - |
| YUV | 87.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 27 | 0.04 | 0 | 0.72 | 0.62 | 63.43 | 0.56 | 0.24 |
| Hex | 5D | 61 | 1B | 4 | 0 | 48 | 3E | 3F | 38 | 18 |
| Octal | 135 | 141 | 33 | 4 | 0 | 110 | 76 | 77 | 70 | 30 |
| Binary | 1011101 | 1100001 | 11011 | 100 | 0 | 1001000 | 111110 | 111111 | 111000 | 11000 |
Color Harmonies of #5D611B
Complementary color
Monochromatic Colors of #5D611B
Black with #5D611B
Text Example
Text Example
White with #5D611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D611B; }
p { color: rgb(93,97,27); }
H1.HeaderClassName
{
color: #5D611B;
}
.AnyTagClassName
{
color: #5D611B;
}
</style>
background-color css
<style>
a { background-color: #5D611B; }
a { background-color: rgb(93,97,27); }
div.DivClassName
{
background-color: #5D611B;
}
.BgClassName
{
background-color: #5D611B;
}
</style>
border-color css
<style>
span { border-color: #5D611B; }
span { border-color: rgb(93,97,27); }
td.TdClassName
{
border-color: #5D611B;
}
.TagClassName
{
border-color: #5D611B;
}
</style>