Shades of Fiji Green #536C05
Tints of Fiji Green #536C05
RGB
CMYK
RGB Variations
Color information
#536C05 (or 0x536C05) is known color: Fiji Green. HEX triplet: 53, 6C and 05. RGB value is (83,108,5). Sum of RGB (Red+Green+Blue) = 83+108+5=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #536C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536C05 is #AC93FA. Grayscale: #595959. Windows color (decimal): -11310075 or 355411. OLE color: 355411.
HSL color Cylindrical-coordinate representation of color #536C05: hue angle of 74.56º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #536C05 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 5 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.58 |
| HSL | 74.56º | 0.91% | 0.22% | - |
| HSV(B) | 74.56º | 0.95% | 0.42% | - |
| XYZ | 8.96 | 12.58 | 2.1 | - |
| YUV | 88.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 5 | 0.23 | 0 | 0.95 | 0.58 | 74.56 | 0.91 | 0.22 |
| Hex | 53 | 6C | 5 | 17 | 0 | 5F | 3A | 4B | 5B | 16 |
| Octal | 123 | 154 | 5 | 27 | 0 | 137 | 72 | 113 | 133 | 26 |
| Binary | 1010011 | 1101100 | 101 | 10111 | 0 | 1011111 | 111010 | 1001011 | 1011011 | 10110 |
Color Harmonies of #536C05
Complementary color
Monochromatic Colors of #536C05
Black with #536C05
Text Example
Text Example
White with #536C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C05; }
p { color: rgb(83,108,5); }
H1.HeaderClassName
{
color: #536C05;
}
.AnyTagClassName
{
color: #536C05;
}
</style>
background-color css
<style>
a { background-color: #536C05; }
a { background-color: rgb(83,108,5); }
div.DivClassName
{
background-color: #536C05;
}
.BgClassName
{
background-color: #536C05;
}
</style>
border-color css
<style>
span { border-color: #536C05; }
span { border-color: rgb(83,108,5); }
td.TdClassName
{
border-color: #536C05;
}
.TagClassName
{
border-color: #536C05;
}
</style>