Shades of Fiji Green #536911
Tints of Fiji Green #536911
RGB
CMYK
RGB Variations
Color information
#536911 (or 0x536911) is known color: Fiji Green. HEX triplet: 53, 69 and 11. RGB value is (83,105,17). Sum of RGB (Red+Green+Blue) = 83+105+17=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #536911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536911 is #AC96EE. Grayscale: #585858. Windows color (decimal): -11310831 or 1141075. OLE color: 1141075.
HSL color Cylindrical-coordinate representation of color #536911: hue angle of 75º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #536911 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 17 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.59 |
| HSL | 75º | 0.72% | 0.24% | - |
| HSV(B) | 75º | 0.84% | 0.41% | - |
| XYZ | 8.72 | 11.98 | 2.38 | - |
| YUV | 88.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 17 | 0.21 | 0 | 0.84 | 0.59 | 75 | 0.72 | 0.24 |
| Hex | 53 | 69 | 11 | 15 | 0 | 54 | 3B | 4B | 48 | 18 |
| Octal | 123 | 151 | 21 | 25 | 0 | 124 | 73 | 113 | 110 | 30 |
| Binary | 1010011 | 1101001 | 10001 | 10101 | 0 | 1010100 | 111011 | 1001011 | 1001000 | 11000 |
Color Harmonies of #536911
Complementary color
Monochromatic Colors of #536911
Black with #536911
Text Example
Text Example
White with #536911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536911; }
p { color: rgb(83,105,17); }
H1.HeaderClassName
{
color: #536911;
}
.AnyTagClassName
{
color: #536911;
}
</style>
background-color css
<style>
a { background-color: #536911; }
a { background-color: rgb(83,105,17); }
div.DivClassName
{
background-color: #536911;
}
.BgClassName
{
background-color: #536911;
}
</style>
border-color css
<style>
span { border-color: #536911; }
span { border-color: rgb(83,105,17); }
td.TdClassName
{
border-color: #536911;
}
.TagClassName
{
border-color: #536911;
}
</style>