Shades of Fiji Green #5C631F
Tints of Fiji Green #5C631F
RGB
CMYK
RGB Variations
Color information
#5C631F (or 0x5C631F) is known color: Fiji Green. HEX triplet: 5C, 63 and 1F. RGB value is (92,99,31). Sum of RGB (Red+Green+Blue) = 92+99+31=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #5C631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C631F is #A39CE0. Grayscale: #595959. Windows color (decimal): -10722529 or 2057052. OLE color: 2057052.
HSL color Cylindrical-coordinate representation of color #5C631F: hue angle of 66.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C631F is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 31 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.61 |
| HSL | 66.18º | 0.52% | 0.25% | - |
| HSV(B) | 66.18º | 0.69% | 0.39% | - |
| XYZ | 9.12 | 11.3 | 3 | - |
| YUV | 89.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 31 | 0.07 | 0 | 0.69 | 0.61 | 66.18 | 0.52 | 0.25 |
| Hex | 5C | 63 | 1F | 7 | 0 | 45 | 3D | 42 | 34 | 19 |
| Octal | 134 | 143 | 37 | 7 | 0 | 105 | 75 | 102 | 64 | 31 |
| Binary | 1011100 | 1100011 | 11111 | 111 | 0 | 1000101 | 111101 | 1000010 | 110100 | 11001 |
Color Harmonies of #5C631F
Complementary color
Monochromatic Colors of #5C631F
Black with #5C631F
Text Example
Text Example
White with #5C631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C631F; }
p { color: rgb(92,99,31); }
H1.HeaderClassName
{
color: #5C631F;
}
.AnyTagClassName
{
color: #5C631F;
}
</style>
background-color css
<style>
a { background-color: #5C631F; }
a { background-color: rgb(92,99,31); }
div.DivClassName
{
background-color: #5C631F;
}
.BgClassName
{
background-color: #5C631F;
}
</style>
border-color css
<style>
span { border-color: #5C631F; }
span { border-color: rgb(92,99,31); }
td.TdClassName
{
border-color: #5C631F;
}
.TagClassName
{
border-color: #5C631F;
}
</style>