Shades of Fiji Green #536C08
Tints of Fiji Green #536C08
RGB
CMYK
RGB Variations
Color information
#536C08 (or 0x536C08) is known color: Fiji Green. HEX triplet: 53, 6C and 08. RGB value is (83,108,8). Sum of RGB (Red+Green+Blue) = 83+108+8=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #536C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536C08 is #AC93F7. Grayscale: #595959. Windows color (decimal): -11310072 or 552019. OLE color: 552019.
HSL color Cylindrical-coordinate representation of color #536C08: hue angle of 75º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #536C08 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 8 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.58 |
| HSL | 75º | 0.86% | 0.23% | - |
| HSV(B) | 75º | 0.93% | 0.42% | - |
| XYZ | 8.97 | 12.58 | 2.19 | - |
| YUV | 89.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 8 | 0.23 | 0 | 0.93 | 0.58 | 75 | 0.86 | 0.23 |
| Hex | 53 | 6C | 8 | 17 | 0 | 5D | 3A | 4B | 56 | 17 |
| Octal | 123 | 154 | 10 | 27 | 0 | 135 | 72 | 113 | 126 | 27 |
| Binary | 1010011 | 1101100 | 1000 | 10111 | 0 | 1011101 | 111010 | 1001011 | 1010110 | 10111 |
Color Harmonies of #536C08
Complementary color
Monochromatic Colors of #536C08
Black with #536C08
Text Example
Text Example
White with #536C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C08; }
p { color: rgb(83,108,8); }
H1.HeaderClassName
{
color: #536C08;
}
.AnyTagClassName
{
color: #536C08;
}
</style>
background-color css
<style>
a { background-color: #536C08; }
a { background-color: rgb(83,108,8); }
div.DivClassName
{
background-color: #536C08;
}
.BgClassName
{
background-color: #536C08;
}
</style>
border-color css
<style>
span { border-color: #536C08; }
span { border-color: rgb(83,108,8); }
td.TdClassName
{
border-color: #536C08;
}
.TagClassName
{
border-color: #536C08;
}
</style>