Shades of Fiji Green #52740C
Tints of Fiji Green #52740C
RGB
CMYK
RGB Variations
Color information
#52740C (or 0x52740C) is known color: Fiji Green. HEX triplet: 52, 74 and 0C. RGB value is (82,116,12). Sum of RGB (Red+Green+Blue) = 82+116+12=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #52740C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52740C is #AD8BF3. Grayscale: #5E5E5E. Windows color (decimal): -11373556 or 816210. OLE color: 816210.
HSL color Cylindrical-coordinate representation of color #52740C: hue angle of 79.62º 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 #52740C is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 116 | 12 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.55 |
| HSL | 79.62º | 0.81% | 0.25% | - |
| HSV(B) | 79.62º | 0.9% | 0.45% | - |
| XYZ | 9.79 | 14.31 | 2.59 | - |
| YUV | 93.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 116 | 12 | 0.29 | 0 | 0.90 | 0.55 | 79.62 | 0.81 | 0.25 |
| Hex | 52 | 74 | C | 1D | 0 | 5A | 37 | 50 | 51 | 19 |
| Octal | 122 | 164 | 14 | 35 | 0 | 132 | 67 | 120 | 121 | 31 |
| Binary | 1010010 | 1110100 | 1100 | 11101 | 0 | 1011010 | 110111 | 1010000 | 1010001 | 11001 |
Color Harmonies of #52740C
Complementary color
Monochromatic Colors of #52740C
Black with #52740C
Text Example
Text Example
White with #52740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52740C; }
p { color: rgb(82,116,12); }
H1.HeaderClassName
{
color: #52740C;
}
.AnyTagClassName
{
color: #52740C;
}
</style>
background-color css
<style>
a { background-color: #52740C; }
a { background-color: rgb(82,116,12); }
div.DivClassName
{
background-color: #52740C;
}
.BgClassName
{
background-color: #52740C;
}
</style>
border-color css
<style>
span { border-color: #52740C; }
span { border-color: rgb(82,116,12); }
td.TdClassName
{
border-color: #52740C;
}
.TagClassName
{
border-color: #52740C;
}
</style>