Shades of Fiji Green #536F0D
Tints of Fiji Green #536F0D
RGB
CMYK
RGB Variations
Color information
#536F0D (or 0x536F0D) is known color: Fiji Green. HEX triplet: 53, 6F and 0D. RGB value is (83,111,13). Sum of RGB (Red+Green+Blue) = 83+111+13=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #536F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536F0D is #AC90F2. Grayscale: #5B5B5B. Windows color (decimal): -11309299 or 880467. OLE color: 880467.
HSL color Cylindrical-coordinate representation of color #536F0D: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #536F0D is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 83 | 111 | 13 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.56 |
| HSL | 77.14º | 0.79% | 0.24% | - |
| HSV(B) | 77.14º | 0.88% | 0.44% | - |
| XYZ | 9.32 | 13.24 | 2.44 | - |
| YUV | 91.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 13 | 0.25 | 0 | 0.88 | 0.56 | 77.14 | 0.79 | 0.24 |
| Hex | 53 | 6F | D | 19 | 0 | 58 | 38 | 4D | 4F | 18 |
| Octal | 123 | 157 | 15 | 31 | 0 | 130 | 70 | 115 | 117 | 30 |
| Binary | 1010011 | 1101111 | 1101 | 11001 | 0 | 1011000 | 111000 | 1001101 | 1001111 | 11000 |
Color Harmonies of #536F0D
Complementary color
Monochromatic Colors of #536F0D
Black with #536F0D
Text Example
Text Example
White with #536F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536F0D; }
p { color: rgb(83,111,13); }
H1.HeaderClassName
{
color: #536F0D;
}
.AnyTagClassName
{
color: #536F0D;
}
</style>
background-color css
<style>
a { background-color: #536F0D; }
a { background-color: rgb(83,111,13); }
div.DivClassName
{
background-color: #536F0D;
}
.BgClassName
{
background-color: #536F0D;
}
</style>
border-color css
<style>
span { border-color: #536F0D; }
span { border-color: rgb(83,111,13); }
td.TdClassName
{
border-color: #536F0D;
}
.TagClassName
{
border-color: #536F0D;
}
</style>