Shades of Fiji Green #53740C
Tints of Fiji Green #53740C
RGB
CMYK
RGB Variations
Color information
#53740C (or 0x53740C) is known color: Fiji Green. HEX triplet: 53, 74 and 0C. RGB value is (83,116,12). Sum of RGB (Red+Green+Blue) = 83+116+12=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #53740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53740C is #AC8BF3. Grayscale: #5E5E5E. Windows color (decimal): -11308020 or 816211. OLE color: 816211.
HSL color Cylindrical-coordinate representation of color #53740C: hue angle of 79.04º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53740C is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 116 | 12 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.55 |
| HSL | 79.04º | 0.81% | 0.25% | - |
| HSV(B) | 79.04º | 0.9% | 0.45% | - |
| XYZ | 9.88 | 14.36 | 2.6 | - |
| YUV | 94.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 12 | 0.28 | 0 | 0.90 | 0.55 | 79.04 | 0.81 | 0.25 |
| Hex | 53 | 74 | C | 1C | 0 | 5A | 37 | 4F | 51 | 19 |
| Octal | 123 | 164 | 14 | 34 | 0 | 132 | 67 | 117 | 121 | 31 |
| Binary | 1010011 | 1110100 | 1100 | 11100 | 0 | 1011010 | 110111 | 1001111 | 1010001 | 11001 |
Color Harmonies of #53740C
Complementary color
Monochromatic Colors of #53740C
Black with #53740C
Text Example
Text Example
White with #53740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53740C; }
p { color: rgb(83,116,12); }
H1.HeaderClassName
{
color: #53740C;
}
.AnyTagClassName
{
color: #53740C;
}
</style>
background-color css
<style>
a { background-color: #53740C; }
a { background-color: rgb(83,116,12); }
div.DivClassName
{
background-color: #53740C;
}
.BgClassName
{
background-color: #53740C;
}
</style>
border-color css
<style>
span { border-color: #53740C; }
span { border-color: rgb(83,116,12); }
td.TdClassName
{
border-color: #53740C;
}
.TagClassName
{
border-color: #53740C;
}
</style>