Shades of Fiji Green #536D12
Tints of Fiji Green #536D12
RGB
CMYK
RGB Variations
Color information
#536D12 (or 0x536D12) is known color: Fiji Green. HEX triplet: 53, 6D and 12. RGB value is (83,109,18). Sum of RGB (Red+Green+Blue) = 83+109+18=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #536D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536D12 is #AC92ED. Grayscale: #5B5B5B. Windows color (decimal): -11309806 or 1207635. OLE color: 1207635.
HSL color Cylindrical-coordinate representation of color #536D12: hue angle of 77.14º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #536D12 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 18 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.57 |
| HSL | 77.14º | 0.72% | 0.25% | - |
| HSV(B) | 77.14º | 0.83% | 0.43% | - |
| XYZ | 9.15 | 12.82 | 2.56 | - |
| YUV | 90.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 18 | 0.24 | 0 | 0.83 | 0.57 | 77.14 | 0.72 | 0.25 |
| Hex | 53 | 6D | 12 | 18 | 0 | 53 | 39 | 4D | 48 | 19 |
| Octal | 123 | 155 | 22 | 30 | 0 | 123 | 71 | 115 | 110 | 31 |
| Binary | 1010011 | 1101101 | 10010 | 11000 | 0 | 1010011 | 111001 | 1001101 | 1001000 | 11001 |
Color Harmonies of #536D12
Complementary color
Monochromatic Colors of #536D12
Black with #536D12
Text Example
Text Example
White with #536D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D12; }
p { color: rgb(83,109,18); }
H1.HeaderClassName
{
color: #536D12;
}
.AnyTagClassName
{
color: #536D12;
}
</style>
background-color css
<style>
a { background-color: #536D12; }
a { background-color: rgb(83,109,18); }
div.DivClassName
{
background-color: #536D12;
}
.BgClassName
{
background-color: #536D12;
}
</style>
border-color css
<style>
span { border-color: #536D12; }
span { border-color: rgb(83,109,18); }
td.TdClassName
{
border-color: #536D12;
}
.TagClassName
{
border-color: #536D12;
}
</style>