Shades of Fiji Green #53661C
Tints of Fiji Green #53661C
RGB
CMYK
RGB Variations
Color information
#53661C (or 0x53661C) is known color: Fiji Green. HEX triplet: 53, 66 and 1C. RGB value is (83,102,28). Sum of RGB (Red+Green+Blue) = 83+102+28=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #53661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53661C is #AC99E3. Grayscale: #585858. Windows color (decimal): -11311588 or 1861203. OLE color: 1861203.
HSL color Cylindrical-coordinate representation of color #53661C: hue angle of 75.41º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53661C is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 28 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.6 |
| HSL | 75.41º | 0.57% | 0.25% | - |
| HSV(B) | 75.41º | 0.73% | 0.4% | - |
| XYZ | 8.53 | 11.43 | 2.85 | - |
| YUV | 87.88 | 94.21 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 28 | 0.19 | 0 | 0.73 | 0.6 | 75.41 | 0.57 | 0.25 |
| Hex | 53 | 66 | 1C | 13 | 0 | 49 | 3C | 4B | 39 | 19 |
| Octal | 123 | 146 | 34 | 23 | 0 | 111 | 74 | 113 | 71 | 31 |
| Binary | 1010011 | 1100110 | 11100 | 10011 | 0 | 1001001 | 111100 | 1001011 | 111001 | 11001 |
Color Harmonies of #53661C
Complementary color
Monochromatic Colors of #53661C
Black with #53661C
Text Example
Text Example
White with #53661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53661C; }
p { color: rgb(83,102,28); }
H1.HeaderClassName
{
color: #53661C;
}
.AnyTagClassName
{
color: #53661C;
}
</style>
background-color css
<style>
a { background-color: #53661C; }
a { background-color: rgb(83,102,28); }
div.DivClassName
{
background-color: #53661C;
}
.BgClassName
{
background-color: #53661C;
}
</style>
border-color css
<style>
span { border-color: #53661C; }
span { border-color: rgb(83,102,28); }
td.TdClassName
{
border-color: #53661C;
}
.TagClassName
{
border-color: #53661C;
}
</style>