Shades of Fiji Green #52730D
Tints of Fiji Green #52730D
RGB
CMYK
RGB Variations
Color information
#52730D (or 0x52730D) is known color: Fiji Green. HEX triplet: 52, 73 and 0D. RGB value is (82,115,13). Sum of RGB (Red+Green+Blue) = 82+115+13=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #52730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52730D is #AD8CF2. Grayscale: #5D5D5D. Windows color (decimal): -11373811 or 881490. OLE color: 881490.
HSL color Cylindrical-coordinate representation of color #52730D: hue angle of 79.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52730D is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 115 | 13 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.55 |
| HSL | 79.41º | 0.8% | 0.25% | - |
| HSV(B) | 79.41º | 0.89% | 0.45% | - |
| XYZ | 9.68 | 14.08 | 2.59 | - |
| YUV | 93.51 | 82.57 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 115 | 13 | 0.29 | 0 | 0.89 | 0.55 | 79.41 | 0.8 | 0.25 |
| Hex | 52 | 73 | D | 1D | 0 | 59 | 37 | 4F | 50 | 19 |
| Octal | 122 | 163 | 15 | 35 | 0 | 131 | 67 | 117 | 120 | 31 |
| Binary | 1010010 | 1110011 | 1101 | 11101 | 0 | 1011001 | 110111 | 1001111 | 1010000 | 11001 |
Color Harmonies of #52730D
Complementary color
Monochromatic Colors of #52730D
Black with #52730D
Text Example
Text Example
White with #52730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52730D; }
p { color: rgb(82,115,13); }
H1.HeaderClassName
{
color: #52730D;
}
.AnyTagClassName
{
color: #52730D;
}
</style>
background-color css
<style>
a { background-color: #52730D; }
a { background-color: rgb(82,115,13); }
div.DivClassName
{
background-color: #52730D;
}
.BgClassName
{
background-color: #52730D;
}
</style>
border-color css
<style>
span { border-color: #52730D; }
span { border-color: rgb(82,115,13); }
td.TdClassName
{
border-color: #52730D;
}
.TagClassName
{
border-color: #52730D;
}
</style>