Shades of Fiji Green #53750C
Tints of Fiji Green #53750C
RGB
CMYK
RGB Variations
Color information
#53750C (or 0x53750C) is known color: Fiji Green. HEX triplet: 53, 75 and 0C. RGB value is (83,117,12). Sum of RGB (Red+Green+Blue) = 83+117+12=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #53750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53750C is #AC8AF3. Grayscale: #5F5F5F. Windows color (decimal): -11307764 or 816467. OLE color: 816467.
HSL color Cylindrical-coordinate representation of color #53750C: hue angle of 79.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53750C is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 83 | 117 | 12 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.54 |
| HSL | 79.43º | 0.81% | 0.25% | - |
| HSV(B) | 79.43º | 0.9% | 0.46% | - |
| XYZ | 9.99 | 14.59 | 2.64 | - |
| YUV | 94.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 117 | 12 | 0.29 | 0 | 0.90 | 0.54 | 79.43 | 0.81 | 0.25 |
| Hex | 53 | 75 | C | 1D | 0 | 5A | 36 | 4F | 51 | 19 |
| Octal | 123 | 165 | 14 | 35 | 0 | 132 | 66 | 117 | 121 | 31 |
| Binary | 1010011 | 1110101 | 1100 | 11101 | 0 | 1011010 | 110110 | 1001111 | 1010001 | 11001 |
Color Harmonies of #53750C
Complementary color
Monochromatic Colors of #53750C
Black with #53750C
Text Example
Text Example
White with #53750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53750C; }
p { color: rgb(83,117,12); }
H1.HeaderClassName
{
color: #53750C;
}
.AnyTagClassName
{
color: #53750C;
}
</style>
background-color css
<style>
a { background-color: #53750C; }
a { background-color: rgb(83,117,12); }
div.DivClassName
{
background-color: #53750C;
}
.BgClassName
{
background-color: #53750C;
}
</style>
border-color css
<style>
span { border-color: #53750C; }
span { border-color: rgb(83,117,12); }
td.TdClassName
{
border-color: #53750C;
}
.TagClassName
{
border-color: #53750C;
}
</style>